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.



27
28
29
# File 'lib/l43_rmap/ast.rb', line 27

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