# File lib/shotgun.rb, line 41
  def self.after_fork!
    after_fork.each { |block| block.call }
  end