vagrant

https://github.com/mitchellh/vagrant

Ruby

Vagrant is a tool for building and distributing development environments.

Vagrant::Config::Loader#load

This loads the configuration sources in the given order and returns
an actual configuration object that is ready to be used.

Source | Google | Stack overflow

Edit

git clone [email protected]:mitchellh/vagrant.git

cd vagrant

open lib/vagrant/config/loader.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Vagrant--Config--Loader-load-for-pr


# Commit to git

git add lib/vagrant/config/loader.rbgit commit -m "better docs for Vagrant::Config::Loader#load"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Vagrant--Config--Loader-load-for-pr

hub pull-request


# Celebrate!