Module: Trxl::ToIntFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
5815 5816 5817 |
# File 'lib/trxl/trxl_grammar.rb', line 5815 def expression elements[4] end |
#space1 ⇒ Object
5807 5808 5809 |
# File 'lib/trxl/trxl_grammar.rb', line 5807 def space1 elements[1] end |
#space2 ⇒ Object
5811 5812 5813 |
# File 'lib/trxl/trxl_grammar.rb', line 5811 def space2 elements[3] end |
#space3 ⇒ Object
5819 5820 5821 |
# File 'lib/trxl/trxl_grammar.rb', line 5819 def space3 elements[5] end |