vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
Vagrant.original_env
This allows plugin developers to access the original environment before Vagrant even ran. This is useful when shelling out, especially to other Ruby processes.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open lib/vagrant.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Vagrant-original_env-for-pr
# Commit to gitgit add lib/vagrant.rbgit commit -m "better docs for Vagrant.original_env"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Vagrant-original_env-for-pr
hub pull-request
# Celebrate!