module NewRelic::Agent::Instrumentation::Typhoeus::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/typhoeus/prepend.rb, line 9 def run(*args) with_tracing { super } end
Calls superclass method
# File lib/new_relic/agent/instrumentation/typhoeus/prepend.rb, line 9 def run(*args) with_tracing { super } end