Module: Trxl::FormalParameterList0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#space1 ⇒ Object
1666 1667 1668 |
# File 'lib/trxl/trxl_grammar.rb', line 1666 def space1 elements[0] end |
#space2 ⇒ Object
1670 1671 1672 |
# File 'lib/trxl/trxl_grammar.rb', line 1670 def space2 elements[2] end |
#variable ⇒ Object
1674 1675 1676 |
# File 'lib/trxl/trxl_grammar.rb', line 1674 def variable elements[3] end |