Class: L43Rmap::Ast::Sexp

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

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Sexp

Returns a new instance of Sexp.



37
38
39
# File 'lib/l43_rmap/ast.rb', line 37

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