Module: Sidekiq::Throttled::Patches::SuperFetch

Defined in:
lib/sidekiq/throttled/patches/super_fetch.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



11
12
13
# File 'lib/sidekiq/throttled/patches/super_fetch.rb', line 11

def self.prepended(base)
  base.prepend(ThrottledRetriever)
end