# File lib/unicorn/configurator.rb, line 151
  def before_fork(*args, &block)
    set_hook(:before_fork, block_given? ? block : args[0])
  end