vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
Vagrant::Config::VersionBase.init
Returns an empty configuration object. This can be any kind of object,
since it is treated as an opaque value on the other side, used only
for things like calling into {merge}.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-init-for-pr
# Commit to gitgit add lib/vagrant/config/version_base.rbgit commit -m "better docs for Vagrant::Config::VersionBase.init"
# 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-init-for-pr
hub pull-request
# Celebrate!