class VCR::RequestMatcherRegistry

def uri_without_params(*ignores)

Returns:
  • (#call) - the request matcher

Parameters:
  • ignores (Array<#to_s>) -- The names of the query parameters to ignore
def uri_without_params(*ignores)
  uri_without_param_matchers[ignores]
end