vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
Vagrant::Errors::VagrantError#error_namespace
The default error namespace which is used for the error key. This can be overridden here or by calling the "error_namespace" class method.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open lib/vagrant/errors.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Vagrant--Errors--VagrantError-error_namespace-for-pr
# Commit to gitgit add lib/vagrant/errors.rbgit commit -m "better docs for Vagrant::Errors::VagrantError#error_namespace"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Vagrant--Errors--VagrantError-error_namespace-for-pr
hub pull-request
# Celebrate!