20 21 22 23 24
# File 'lib/pid_cache.rb', line 20 def _fork child_pid = super ::PIDCache.reset if child_pid == 0 child_pid end
26 27 28
# File 'lib/pid_cache.rb', line 26 def pid ::PIDCache.pid end