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