Module: Heist::Scheme::Complex0
- Defined in:
- lib/heist/parser/scheme.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#imaginary ⇒ Object
910 911 912 |
# File 'lib/heist/parser/scheme.rb', line 910 def imaginary elements[2] end |
#real ⇒ Object
906 907 908 |
# File 'lib/heist/parser/scheme.rb', line 906 def real elements[0] end |