Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2
- Defined in:
- lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#tail ⇒ Object
1313 1314 1315 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1313 def tail super.elements.map {|elt| elt.optionally_labeled_sequence_primary } end |