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.



32
33
34
# File 'lib/l43_rmap/ast.rb', line 32

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