class Patches::Worker

Public Instance Methods

perform(runner) click to toggle source
# File lib/patches/worker.rb, line 8
def perform(runner)
  runner.constantize.new.perform
end