Class: L43Rmap::Ast::Verb

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

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Verb

Returns a new instance of Verb.



52
53
54
# File 'lib/l43_rmap/ast.rb', line 52

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