method
hook!
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::ForkTracker
hook!()public
No documentation available.
# File activesupport/lib/active_support/fork_tracker.rb, line 43
def hook!
if Process.respond_to?(:fork)
::Object.prepend(CoreExtPrivate)
::Kernel.prepend(CoreExtPrivate)
::Kernel.singleton_class.prepend(CoreExt)
::Process.singleton_class.prepend(CoreExt)
end
end