Module: Delorean::Expression3
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#e ⇒ Object
552 553 554 |
# File 'lib/delorean/delorean.rb', line 552 def e elements[4] end |
#op ⇒ Object
548 549 550 |
# File 'lib/delorean/delorean.rb', line 548 def op elements[2] end |
#v ⇒ Object
544 545 546 |
# File 'lib/delorean/delorean.rb', line 544 def v elements[0] end |