bundler

https://github.com/bundler/bundler

Ruby

Manage your Ruby application's gem dependencies

Bundler::Persistent::Net::HTTP::Persistent::TimedStackMulti#fetch_connection

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd bundler

open lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Bundler--Persistent--Net--HTTP--Persistent--TimedStackMulti-fetch_connection-for-pr


# Commit to git

git add lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rbgit commit -m "better docs for Bundler::Persistent::Net::HTTP::Persistent::TimedStackMulti#fetch_connection"


# 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--Persistent--Net--HTTP--Persistent--TimedStackMulti-fetch_connection-for-pr

hub pull-request


# Celebrate!