module NewRelic::Agent::Instrumentation::Bunny::Prepend::Consumer
Public Instance Methods
call(*args)
click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/bunny/prepend.rb, line 30 def call(*args) call_with_tracing(*args) { super } end