vagrant

https://github.com/mitchellh/vagrant

Ruby

Vagrant is a tool for building and distributing development environments.

Vagrant::Config::VersionBase.merge

Merges two configuration objects, returning the merged object.
The values of `old` and `new` are the opaque objects returned by
{load} or {init}.

Once again, the return object is treated as an opaque value by
the Vagrant configuration loader, so it can be anything you'd like.

Source | Google | Stack overflow

Edit

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

cd vagrant

open lib/vagrant/config/version_base.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Vagrant--Config--VersionBase-merge-for-pr


# Commit to git

git add lib/vagrant/config/version_base.rbgit commit -m "better docs for Vagrant::Config::VersionBase.merge"


# 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--VersionBase-merge-for-pr

hub pull-request


# Celebrate!