module NewRelic::Agent::Instrumentation::NetHTTP::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/net_http/prepend.rb, line 14 def request(request, *args, &block) request_with_tracing(request) { super } end
Calls superclass method