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