Class: L43Rmap::Ast::Verb
Instance Method Summary collapse
-
#initialize(value) ⇒ Verb
constructor
A new instance of Verb.
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 |