class Puma::DSL
def on_worker_fork(&block)
- 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
def on_worker_fork(&block) warn_if_in_single_mode('on_worker_fork') process_hook :before_worker_fork, nil, block, 'on_worker_fork' end