Class: Heist::Scheme::Rational
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Heist::Scheme::Rational
- Defined in:
- lib/heist/parser/nodes.rb
Instance Method Summary collapse
Instance Method Details
#eval ⇒ Object
114 115 116 |
# File 'lib/heist/parser/nodes.rb', line 114 def eval @value ||= Rational(numerator.eval, denominator.eval) end |