Module: Trxl::Primary3
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
3673 3674 3675 |
# File 'lib/trxl/trxl_grammar.rb', line 3673 def expression elements[2] end |
#space1 ⇒ Object
3669 3670 3671 |
# File 'lib/trxl/trxl_grammar.rb', line 3669 def space1 elements[1] end |
#space2 ⇒ Object
3677 3678 3679 |
# File 'lib/trxl/trxl_grammar.rb', line 3677 def space2 elements[3] end |