Module: Trxl::SizeFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
5581 5582 5583 |
# File 'lib/trxl/trxl_grammar.rb', line 5581 def expression elements[4] end |
#space1 ⇒ Object
5573 5574 5575 |
# File 'lib/trxl/trxl_grammar.rb', line 5573 def space1 elements[1] end |
#space2 ⇒ Object
5577 5578 5579 |
# File 'lib/trxl/trxl_grammar.rb', line 5577 def space2 elements[3] end |
#space3 ⇒ Object
5585 5586 5587 |
# File 'lib/trxl/trxl_grammar.rb', line 5585 def space3 elements[5] end |