module NewRelic::Agent::Instrumentation::Curb::Multi::Prepend

Public Instance Methods

add(curl) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/curb/prepend.rb, line 49
def add(curl)
  add_with_tracing(curl) { super }
end
perform(&blk) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/curb/prepend.rb, line 53
def perform(&blk)
  perform_with_tracing { super }
end