class ActiveSupport::Testing::Parallelization

def self.after_fork_hook(&blk)

def self.after_fork_hook(&blk)
  @@after_fork_hooks << blk
end