Module: Trxl::ExpressionList0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
2885 2886 2887 |
# File 'lib/trxl/trxl_grammar.rb', line 2885 def expression elements[3] end |
#space1 ⇒ Object
2877 2878 2879 |
# File 'lib/trxl/trxl_grammar.rb', line 2877 def space1 elements[0] end |
#space2 ⇒ Object
2881 2882 2883 |
# File 'lib/trxl/trxl_grammar.rb', line 2881 def space2 elements[2] end |