# File lib/webmock/webmock.rb, line 56
  def response_for_request(request_signature, &block)
    RequestRegistry.instance.response_for_request(request_signature, &block)
  end