Module: Trxl::Function0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#body ⇒ Object
1582 1583 1584 |
# File 'lib/trxl/trxl_grammar.rb', line 1582 def body elements[5] end |
#formal_parameter_list ⇒ Object
1570 1571 1572 |
# File 'lib/trxl/trxl_grammar.rb', line 1570 def formal_parameter_list elements[1] end |
#space1 ⇒ Object
1574 1575 1576 |
# File 'lib/trxl/trxl_grammar.rb', line 1574 def space1 elements[2] end |
#space2 ⇒ Object
1578 1579 1580 |
# File 'lib/trxl/trxl_grammar.rb', line 1578 def space2 elements[4] end |
#space3 ⇒ Object
1586 1587 1588 |
# File 'lib/trxl/trxl_grammar.rb', line 1586 def space3 elements[6] end |