Class: Heist::Scheme::Complex
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Heist::Scheme::Complex
- Defined in:
- lib/heist/parser/nodes.rb
Instance Method Summary collapse
Instance Method Details
#eval ⇒ Object
102 103 104 |
# File 'lib/heist/parser/nodes.rb', line 102 def eval @value ||= Complex(real.eval, imaginary.eval) end |