Libraries
»
heist
(0.3.2)
»
Index
»
Heist
»
Scheme
»
Real
»
#eval
Method: Heist::Scheme::Real#eval
Defined in:
lib/parser/nodes.rb
#
eval
⇒
Object
108 109 110
# File 'lib/parser/nodes.rb', line 108
def
eval
@value
||=
text_value
.
to_f
end