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