# File lib/rack/mount/analysis/splitting.rb, line 29
      def initialize(*keys)
        clear
        keys.each { |key| self << key }
      end