module NewRelic::Agent::Instrumentation::Rake::Prepend

Public Instance Methods

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