Module: Sidekiq::Throttled::Patches::BasicFetch

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

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



12
13
14
# File 'lib/sidekiq/throttled/patches/basic_fetch.rb', line 12

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