Module: Treetop::Compiler::Metagrammar::OccurrenceRange0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#max ⇒ Object
2219 2220 2221 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2219 def max elements[3] end |
#min ⇒ Object
2215 2216 2217 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2215 def min elements[1] end |