class Puma::DSL

def on_worker_fork(&block)

Other tags:
    Note: - Cluster mode only.
def on_worker_fork(&block)
  warn_if_in_single_mode('on_worker_fork')
  process_hook :before_worker_fork, nil, block, 'on_worker_fork'
end