Class: Pantomath::Instrumentation::Sidekiq::Adapter
- Inherits:
-
Object
- Object
- Pantomath::Instrumentation::Sidekiq::Adapter
- Defined in:
- lib/pantomath/instrumentation/sidekiq/adapter.rb
Instance Method Summary collapse
Instance Method Details
#call(*args) ⇒ Object
10 11 12 |
# File 'lib/pantomath/instrumentation/sidekiq/adapter.rb', line 10 def call(*args) tracer(*args).trace { yield } end |