Class: Heist::Scheme::Rational

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/heist/parser/nodes.rb

Instance Method Summary collapse

Instance Method Details

#evalObject



114
115
116
# File 'lib/heist/parser/nodes.rb', line 114

def eval
  @value ||= Rational(numerator.eval, denominator.eval)
end