# File lib/merb-core/dispatch/router/route.rb, line 56
      def symbol_segments
        segments.select{ |s| s.is_a?(Symbol) }
      end