Class: L43Rmap::Ast::Bareword

Inherits:
Node
  • Object
show all
Defined in:
lib/l43_rmap/ast.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Bareword

Returns a new instance of Bareword.



12
13
14
# File 'lib/l43_rmap/ast.rb', line 12

def initialize(value)
  super(value:, type: :bareword)
end