module NewRelic::Agent::Instrumentation::Ethon::Multi::Prepend

Public Instance Methods

perform(*args) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/ethon/prepend.rb, line 29
def perform(*args)
  perform_with_tracing(*args) { super }
end