# File lib/mocha/parameter_matchers/query_string.rb, line 33
      def initialize(uri)
        @uri = URI.parse(uri)
      end