class WebMock::URIPattern

def matches?(uri)

def matches?(uri)
  pattern_matches?(uri) && query_params_matches?(uri)
end