vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
Vagrant::Action::Builder.build
This is a shortcut for a middleware sequence with only one item
in it. For a description of the arguments and the documentation, please
see {#use} instead.Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open lib/vagrant/action/builder.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Vagrant--Action--Builder-build-for-pr
# Commit to gitgit add lib/vagrant/action/builder.rbgit commit -m "better docs for Vagrant::Action::Builder.build"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Vagrant--Action--Builder-build-for-pr
hub pull-request
# Celebrate!