Module: Trxl::MinFunction1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
7739 7740 7741 |
# File 'lib/trxl/trxl_grammar.rb', line 7739 def expression elements[4] end |
#more_expressions ⇒ Object
7743 7744 7745 |
# File 'lib/trxl/trxl_grammar.rb', line 7743 def more_expressions elements[5] end |
#space1 ⇒ Object
7731 7732 7733 |
# File 'lib/trxl/trxl_grammar.rb', line 7731 def space1 elements[1] end |
#space2 ⇒ Object
7735 7736 7737 |
# File 'lib/trxl/trxl_grammar.rb', line 7735 def space2 elements[3] end |
#space3 ⇒ Object
7747 7748 7749 |
# File 'lib/trxl/trxl_grammar.rb', line 7747 def space3 elements[6] end |