Class: L43Rmap::Ast::Str
Instance Method Summary collapse
-
#initialize(value) ⇒ Str
constructor
A new instance of Str.
Constructor Details
#initialize(value) ⇒ Str
Returns a new instance of Str.
49 50 51 |
# File 'lib/l43_rmap/ast.rb', line 49 def initialize(value) super(value:, type: :str) end |