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