Class: Wood::Nodes::IntLiteral
- Defined in:
- lib/wood/nodes/literals.rb
Instance Method Summary collapse
Methods inherited from Literal
Instance Method Details
#setup ⇒ Object
21 22 23 24 |
# File 'lib/wood/nodes/literals.rb', line 21 def setup @type = Wood::Types::Int @base = base || 10 end |