class WebMock::StubRegistry

def evaluate_response_for_request(response, request_signature)

def evaluate_response_for_request(response, request_signature)
  response.dup.evaluate(request_signature)
end