# File lib/webmock/http_lib_adapters/em_http_request/em_http_request_1_x.rb, line 130
      def stubbed_webmock_response
        unless defined?(@stubbed_webmock_response)
          @stubbed_webmock_response = WebMock::StubRegistry.instance.response_for_request(request_signature)
        end

        @stubbed_webmock_response
      end