method
_fork
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::ForkTracker::ModernCoreExt
_fork()public
No documentation available.
# File activesupport/lib/active_support/fork_tracker.rb, line 6
def _fork
pid = super
if pid == 0
ForkTracker.check!
end
pid
end