Module: Trxl::SumFunction1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
6254 6255 6256 |
# File 'lib/trxl/trxl_grammar.rb', line 6254 def expression elements[4] end |
#more_expressions ⇒ Object
6258 6259 6260 |
# File 'lib/trxl/trxl_grammar.rb', line 6258 def more_expressions elements[5] end |
#space1 ⇒ Object
6246 6247 6248 |
# File 'lib/trxl/trxl_grammar.rb', line 6246 def space1 elements[1] end |
#space2 ⇒ Object
6250 6251 6252 |
# File 'lib/trxl/trxl_grammar.rb', line 6250 def space2 elements[3] end |
#space3 ⇒ Object
6262 6263 6264 |
# File 'lib/trxl/trxl_grammar.rb', line 6262 def space3 elements[6] end |