vagrant

https://github.com/mitchellh/vagrant

Ruby

Vagrant is a tool for building and distributing development environments.

Vagrant::Config::Loader#procs_for_source

This returns an array of `Proc` objects for the given source.
The `Proc` objects returned will expect a single argument for
the configuration object and are expected to mutate this
configuration object.

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-procs_for_source-for-pr


# Commit to git

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


# 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-procs_for_source-for-pr

hub pull-request


# Celebrate!