Module: Trxl::MultFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
6480 6481 6482 |
# File 'lib/trxl/trxl_grammar.rb', line 6480 def expression elements[3] end |
#space1 ⇒ Object
6472 6473 6474 |
# File 'lib/trxl/trxl_grammar.rb', line 6472 def space1 elements[0] end |
#space2 ⇒ Object
6476 6477 6478 |
# File 'lib/trxl/trxl_grammar.rb', line 6476 def space2 elements[2] end |