Module: Trxl::MaxFunction1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
7969 7970 7971 |
# File 'lib/trxl/trxl_grammar.rb', line 7969 def expression elements[4] end |
#more_expressions ⇒ Object
7973 7974 7975 |
# File 'lib/trxl/trxl_grammar.rb', line 7973 def more_expressions elements[5] end |
#space1 ⇒ Object
7961 7962 7963 |
# File 'lib/trxl/trxl_grammar.rb', line 7961 def space1 elements[1] end |
#space2 ⇒ Object
7965 7966 7967 |
# File 'lib/trxl/trxl_grammar.rb', line 7965 def space2 elements[3] end |
#space3 ⇒ Object
7977 7978 7979 |
# File 'lib/trxl/trxl_grammar.rb', line 7977 def space3 elements[6] end |