module NewRelic::Agent::Instrumentation::HTTPClient::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/httpclient/prepend.rb, line 10 def do_get_block(req, proxy, conn, &block) with_tracing(req, conn) { super } end
Calls superclass method