Module: Trxl::CompactFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
6722 6723 6724 |
# File 'lib/trxl/trxl_grammar.rb', line 6722 def expression elements[4] end |
#space1 ⇒ Object
6714 6715 6716 |
# File 'lib/trxl/trxl_grammar.rb', line 6714 def space1 elements[1] end |
#space2 ⇒ Object
6718 6719 6720 |
# File 'lib/trxl/trxl_grammar.rb', line 6718 def space2 elements[3] end |
#space3 ⇒ Object
6726 6727 6728 |
# File 'lib/trxl/trxl_grammar.rb', line 6726 def space3 elements[5] end |