Module: Trxl::MinFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
7725 7726 7727 |
# File 'lib/trxl/trxl_grammar.rb', line 7725 def expression elements[3] end |
#space1 ⇒ Object
7717 7718 7719 |
# File 'lib/trxl/trxl_grammar.rb', line 7717 def space1 elements[0] end |
#space2 ⇒ Object
7721 7722 7723 |
# File 'lib/trxl/trxl_grammar.rb', line 7721 def space2 elements[2] end |