rubygems
https://github.com/rubygems/rubygems
Ruby
Library packaging and distribution for Ruby.
Bundler::ConnectionPool::TimedStack#reap
No Docs, write some!
Edit
git clone git@github.com:rubygems/rubygems.git
cd rubygems
open bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Bundler--ConnectionPool--TimedStack-reap-for-pr
# Commit to gitgit add bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rbgit commit -m "better docs for Bundler::ConnectionPool::TimedStack#reap"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Bundler--ConnectionPool--TimedStack-reap-for-pr
hub pull-request
# Celebrate!