Module: Treetop::Compiler::Metagrammar::OccurrenceRange0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#max ⇒ Object
1909 1910 1911 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1909 def max elements[3] end |
#min ⇒ Object
1905 1906 1907 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1905 def min elements[1] end |