bundler

https://github.com/bundler/bundler

Ruby

Manage your Ruby application's gem dependencies

Bundler::CLI::Outdated#nothing_outdated_message

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd bundler

open lib/bundler/cli/outdated.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Bundler--CLI--Outdated-nothing_outdated_message-for-pr


# Commit to git

git add lib/bundler/cli/outdated.rbgit commit -m "better docs for Bundler::CLI::Outdated#nothing_outdated_message"


# 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--CLI--Outdated-nothing_outdated_message-for-pr

hub pull-request


# Celebrate!