Register a before_fork proc.
199 200 201
# File 'lib/resque.rb', line 199 def before_fork=(block) register_hook(:before_fork, block) end