method
check!
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::ForkTracker
check!()public
No documentation available.
# File activesupport/lib/active_support/fork_tracker.rb, line 36
def check!
if @pid != Process.pid
@callbacks.each(&:call)
@pid = Process.pid
end
end