Module: TestProf::EventProf::CustomEvents::SidekiqInline::ClientPatch
- Defined in:
- lib/test_prof/event_prof/custom_events/sidekiq_inline.rb
Instance Method Summary collapse
Instance Method Details
#raw_push ⇒ Object
6 7 8 9 |
# File 'lib/test_prof/event_prof/custom_events/sidekiq_inline.rb', line 6 def raw_push(*) return super unless Sidekiq::Testing.inline? SidekiqInline.track { super } end |