Class: Heist::Scheme::Real

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

Instance Method Summary collapse

Instance Method Details

#evalObject



108
109
110
# File 'lib/heist/parser/nodes.rb', line 108

def eval
  @value ||= text_value.to_f
end