Class: L43Rmap::Ast::Str

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

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Str

Returns a new instance of Str.



42
43
44
# File 'lib/l43_rmap/ast.rb', line 42

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