Method: ActiveSupport::ForkTracker.after_fork

Defined in:
activesupport/lib/active_support/fork_tracker.rb

.after_fork(&block) ⇒ Object



31
32
33
34
# File 'activesupport/lib/active_support/fork_tracker.rb', line 31

def after_fork(&block)
  @callbacks << block
  block
end