Class: L43Rmap::Ast::Int
Instance Method Summary collapse
-
#initialize(value) ⇒ Int
constructor
A new instance of Int.
Constructor Details
#initialize(value) ⇒ Int
Returns a new instance of Int.
27 28 29 |
# File 'lib/l43_rmap/ast.rb', line 27 def initialize(value) super(value:, type: :int) end |