Module: NewRelic::Agent::Instrumentation::Rake::Prepend
- Includes:
- Tracer
- Defined in:
- lib/new_relic/agent/instrumentation/rake/prepend.rb
Constant Summary
Constants included from Tracer
Instance Method Summary collapse
Methods included from Tracer
Instance Method Details
#invoke(*args) ⇒ Object
9 10 11 |
# File 'lib/new_relic/agent/instrumentation/rake/prepend.rb', line 9 def invoke(*args) invoke_with_newrelic_tracing(*args) { super } end |