Module: ElasticityGrammar::Expression0
- Defined in:
- lib/opennebula/flow/grammar.rb
Instance Method Summary collapse
Instance Method Details
#exp ⇒ Object
32 33 34 |
# File 'lib/opennebula/flow/grammar.rb', line 32 def exp elements[1] end |
#space1 ⇒ Object
28 29 30 |
# File 'lib/opennebula/flow/grammar.rb', line 28 def space1 elements[0] end |
#space2 ⇒ Object
36 37 38 |
# File 'lib/opennebula/flow/grammar.rb', line 36 def space2 elements[2] end |