Module: Trxl::AvgFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
7060 7061 7062 |
# File 'lib/trxl/trxl_grammar.rb', line 7060 def expression elements[3] end |
#space1 ⇒ Object
7052 7053 7054 |
# File 'lib/trxl/trxl_grammar.rb', line 7052 def space1 elements[0] end |
#space2 ⇒ Object
7056 7057 7058 |
# File 'lib/trxl/trxl_grammar.rb', line 7056 def space2 elements[2] end |