Module: Trxl::ToArrayFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
6005 6006 6007 |
# File 'lib/trxl/trxl_grammar.rb', line 6005 def expression elements[4] end |
#space1 ⇒ Object
5997 5998 5999 |
# File 'lib/trxl/trxl_grammar.rb', line 5997 def space1 elements[1] end |
#space2 ⇒ Object
6001 6002 6003 |
# File 'lib/trxl/trxl_grammar.rb', line 6001 def space2 elements[3] end |
#space3 ⇒ Object
6009 6010 6011 |
# File 'lib/trxl/trxl_grammar.rb', line 6009 def space3 elements[5] end |