Module: Delorean::Expression3
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#e ⇒ Object
850 851 852 |
# File 'lib/delorean/delorean.rb', line 850 def e elements[4] end |
#op ⇒ Object
846 847 848 |
# File 'lib/delorean/delorean.rb', line 846 def op elements[2] end |
#v ⇒ Object
842 843 844 |
# File 'lib/delorean/delorean.rb', line 842 def v elements[0] end |