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