vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
Vagrant::Action.action_box_remove
This is the action that will remove a box given a name (and optionally a provider). This middleware sequence is built-in to Vagrant. Plugins can hook into this like any other middleware sequence.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open lib/vagrant/action.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Vagrant--Action-action_box_remove-for-pr
# Commit to gitgit add lib/vagrant/action.rbgit commit -m "better docs for Vagrant::Action.action_box_remove"
# 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-action_box_remove-for-pr
hub pull-request
# Celebrate!