123456789_123456789_123456789_123456789_123456789_

Module: Bundler::ConnectionPool::ForkTracker

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/bundler/vendor/connection_pool/lib/connection_pool.rb

Instance Method Summary

Instance Method Details

#_fork

[ GitHub ]

  
# File 'lib/bundler/vendor/connection_pool/lib/connection_pool.rb', line 71

def _fork
  pid = super
  if pid == 0
    Bundler::ConnectionPool.after_fork
  end
  pid
end