module Spring

def after_fork(&block)

def after_fork(&block)
  after_fork_callbacks << block
end