Module: Trxl::EnvFunction2
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
5139 5140 5141 |
# File 'lib/trxl/trxl_grammar.rb', line 5139 def expression elements[4] end |
#space1 ⇒ Object
5131 5132 5133 |
# File 'lib/trxl/trxl_grammar.rb', line 5131 def space1 elements[1] end |
#space2 ⇒ Object
5135 5136 5137 |
# File 'lib/trxl/trxl_grammar.rb', line 5135 def space2 elements[3] end |
#space3 ⇒ Object
5143 5144 5145 |
# File 'lib/trxl/trxl_grammar.rb', line 5143 def space3 elements[5] end |