Module: Trxl::CompactAvgFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
7294 7295 7296 |
# File 'lib/trxl/trxl_grammar.rb', line 7294 def expression elements[4] end |
#space1 ⇒ Object
7286 7287 7288 |
# File 'lib/trxl/trxl_grammar.rb', line 7286 def space1 elements[1] end |
#space2 ⇒ Object
7290 7291 7292 |
# File 'lib/trxl/trxl_grammar.rb', line 7290 def space2 elements[3] end |
#space3 ⇒ Object
7298 7299 7300 |
# File 'lib/trxl/trxl_grammar.rb', line 7298 def space3 elements[5] end |