Class: L43Rmap::Ast::Sym

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

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Sym

Returns a new instance of Sym.



47
48
49
# File 'lib/l43_rmap/ast.rb', line 47

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