6 7 8 9
# File 'lib/penelope/core/run.rb', line 6 def self.perform(id) job = Core::Job.get(id) job.perform end