Module: Trxl::MultFunction1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
6494 6495 6496 |
# File 'lib/trxl/trxl_grammar.rb', line 6494 def expression elements[4] end |
#more_expressions ⇒ Object
6498 6499 6500 |
# File 'lib/trxl/trxl_grammar.rb', line 6498 def more_expressions elements[5] end |
#space1 ⇒ Object
6486 6487 6488 |
# File 'lib/trxl/trxl_grammar.rb', line 6486 def space1 elements[1] end |
#space2 ⇒ Object
6490 6491 6492 |
# File 'lib/trxl/trxl_grammar.rb', line 6490 def space2 elements[3] end |
#space3 ⇒ Object
6502 6503 6504 |
# File 'lib/trxl/trxl_grammar.rb', line 6502 def space3 elements[6] end |