Module: Trxl::FormalParameterList1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#more_variables ⇒ Object
1684 1685 1686 |
# File 'lib/trxl/trxl_grammar.rb', line 1684 def more_variables elements[2] end |
#space ⇒ Object
1688 1689 1690 |
# File 'lib/trxl/trxl_grammar.rb', line 1688 def space elements[3] end |
#variable ⇒ Object
1680 1681 1682 |
# File 'lib/trxl/trxl_grammar.rb', line 1680 def variable elements[1] end |