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