Class: L43Rmap::Ast::Name

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

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Name

Returns a new instance of Name.



39
40
41
# File 'lib/l43_rmap/ast.rb', line 39

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