module NewRelic::Agent::Instrumentation::Resque::Prepend

Public Instance Methods

perform() click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/resque/prepend.rb, line 10
def perform
  with_tracing { super }
end