module Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2
Public Instance Methods
tail()
click to toggle source
Calls superclass method
# File lib/treetop/compiler/metagrammar.rb, line 1255 def tail super.elements.map {|elt| elt.optionally_labeled_sequence_primary } end