# File lib/shotgun.rb, line 25
  def self.before_fork(&block)
    @before_fork ||= []
    @before_fork << block if block
    @before_fork
  end