rubygems

https://github.com/rubygems/rubygems

Ruby

Library packaging and distribution for Ruby.

Bundler::ConnectionPool#auto_reload_after_fork

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:rubygems/rubygems.git

cd rubygems

open bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Bundler--ConnectionPool-auto_reload_after_fork-for-pr


# Commit to git

git add bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rbgit commit -m "better docs for Bundler::ConnectionPool#auto_reload_after_fork"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Bundler--ConnectionPool-auto_reload_after_fork-for-pr

hub pull-request


# Celebrate!