Register an after_pause proc.
236 237 238
# File 'lib/resque.rb', line 236 def after_pause=(block) register_hook(:after_pause, block) end