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