Class: L43Rmap::Ast::Int

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

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Int

Returns a new instance of Int.



34
35
36
# File 'lib/l43_rmap/ast.rb', line 34

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