Module: Trxl::SumFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
6240 6241 6242 |
# File 'lib/trxl/trxl_grammar.rb', line 6240 def expression elements[3] end |
#space1 ⇒ Object
6232 6233 6234 |
# File 'lib/trxl/trxl_grammar.rb', line 6232 def space1 elements[0] end |
#space2 ⇒ Object
6236 6237 6238 |
# File 'lib/trxl/trxl_grammar.rb', line 6236 def space2 elements[2] end |