# File lib/mocha/parameter_matchers/query_string.rb, line 25 25: def has_equivalent_query_string(uri) 26: QueryStringMatches.new(uri) 27: end