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