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.Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open lib/vagrant/config/version_base.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Vagrant--Config--VersionBase-merge-for-pr
# Commit to gitgit add lib/vagrant/config/version_base.rbgit commit -m "better docs for Vagrant::Config::VersionBase.merge"
# Open pull requestgem 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!