module ActiveSupport::ForkTracker::ModernCoreExt
Public Instance Methods
Source
# File lib/active_support/fork_tracker.rb, line 6 def _fork pid = super if pid == 0 ForkTracker.check! end pid end
Calls superclass method
# File lib/active_support/fork_tracker.rb, line 6 def _fork pid = super if pid == 0 ForkTracker.check! end pid end