Module: Trxl::AvgFunction1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
7074 7075 7076 |
# File 'lib/trxl/trxl_grammar.rb', line 7074 def expression elements[4] end |
#more_expressions ⇒ Object
7078 7079 7080 |
# File 'lib/trxl/trxl_grammar.rb', line 7078 def more_expressions elements[5] end |
#space1 ⇒ Object
7066 7067 7068 |
# File 'lib/trxl/trxl_grammar.rb', line 7066 def space1 elements[1] end |
#space2 ⇒ Object
7070 7071 7072 |
# File 'lib/trxl/trxl_grammar.rb', line 7070 def space2 elements[3] end |
#space3 ⇒ Object
7082 7083 7084 |
# File 'lib/trxl/trxl_grammar.rb', line 7082 def space3 elements[6] end |