module NewRelic::Agent::Instrumentation::Curb::Multi::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/curb/prepend.rb, line 49 def add(curl) add_with_tracing(curl) { super } end
Calls superclass method
Source
# File lib/new_relic/agent/instrumentation/curb/prepend.rb, line 53 def perform(&blk) perform_with_tracing { super } end
Calls superclass method