# File lib/crono/performer_proxy.rb, line 27 def self.perform(performer, *job_args) PerformerProxy.new(performer, Crono.scheduler, job_args) end