Module: Trxl::PrintFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
5485 5486 5487 |
# File 'lib/trxl/trxl_grammar.rb', line 5485 def expression elements[4] end |
#space1 ⇒ Object
5477 5478 5479 |
# File 'lib/trxl/trxl_grammar.rb', line 5477 def space1 elements[1] end |
#space2 ⇒ Object
5481 5482 5483 |
# File 'lib/trxl/trxl_grammar.rb', line 5481 def space2 elements[3] end |
#space3 ⇒ Object
5489 5490 5491 |
# File 'lib/trxl/trxl_grammar.rb', line 5489 def space3 elements[5] end |