# File lib/treetop/compiler/metagrammar.rb, line 1044
        def tail
          super.elements.map {|elt| elt.labeled_sequence_primary }
        end