Module: Trxl::MaxFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
7955 7956 7957 |
# File 'lib/trxl/trxl_grammar.rb', line 7955 def expression elements[3] end |
#space1 ⇒ Object
7947 7948 7949 |
# File 'lib/trxl/trxl_grammar.rb', line 7947 def space1 elements[0] end |
#space2 ⇒ Object
7951 7952 7953 |
# File 'lib/trxl/trxl_grammar.rb', line 7951 def space2 elements[2] end |