module NewRelic::Agent::Instrumentation::Typhoeus::Prepend

Public Instance Methods

run(*args) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/typhoeus/prepend.rb, line 9
def run(*args)
  with_tracing { super }
end