Class: Patches::Worker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Worker
Defined in:
lib/patches/worker.rb

Instance Method Summary collapse

Instance Method Details

#perform(runner) ⇒ Object



8
9
10
# File 'lib/patches/worker.rb', line 8

def perform(runner)
  runner.constantize.new.perform
end