Module: Trxl::EnvFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#range_literal ⇒ Object
5108 5109 5110 |
# File 'lib/trxl/trxl_grammar.rb', line 5108 def range_literal elements[4] end |
#space1 ⇒ Object
5100 5101 5102 |
# File 'lib/trxl/trxl_grammar.rb', line 5100 def space1 elements[1] end |
#space2 ⇒ Object
5104 5105 5106 |
# File 'lib/trxl/trxl_grammar.rb', line 5104 def space2 elements[3] end |
#space3 ⇒ Object
5112 5113 5114 |
# File 'lib/trxl/trxl_grammar.rb', line 5112 def space3 elements[5] end |