module NewRelic::Agent::Instrumentation::HTTPrb::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/httprb/prepend.rb, line 10 def perform(request, options) with_tracing(request) { super } end
Calls superclass method