bundler

https://github.com/rubygems/bundler

Ruby

Manage your Ruby application's gem dependencies

Bundler::RubygemsIntegration#add_to_load_path

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd bundler

open lib/bundler/rubygems_integration.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Bundler--RubygemsIntegration-add_to_load_path-for-pr


# Commit to git

git add lib/bundler/rubygems_integration.rbgit commit -m "better docs for Bundler::RubygemsIntegration#add_to_load_path"


# 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--RubygemsIntegration-add_to_load_path-for-pr

hub pull-request


# Celebrate!