EventMachine::HttpClient
# File lib/webmock/http_lib_adapters/em_http_request.rb, line 24
24: def close_connection
25: end
# File lib/webmock/http_lib_adapters/em_http_request.rb, line 8
8: def setup(response, uri, error = nil)
9: @uri = uri
10: if error
11: on_error(error)
12: fail(self)
13: else
14: EM.next_tick do
15: receive_data(response)
16: succeed(self)
17: end
18: end
19: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.