Register a worker_exit proc.
315 316 317
# File 'lib/resque.rb', line 315 def worker_exit=(block) register_hook(:worker_exit, block) end