# File lib/mocha/parameter_matchers/query_string.rb, line 19 19: def has_equivalent_query_string(uri) 20: QueryStringMatches.new(uri) 21: end