chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Mixin::Command::Unix#popen4
This is taken directly from Ara T Howard's Open4 library, and then modified to suit the needs of Chef. Any bugs here are most likely my own, and not Ara's. The original appears in external/open4.rb in its unmodified form. Thanks Ara!
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/mixin/command/unix.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Mixin--Command--Unix-popen4-for-pr
# Commit to gitgit add lib/chef/mixin/command/unix.rbgit commit -m "better docs for Chef::Mixin::Command::Unix#popen4"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Mixin--Command--Unix-popen4-for-pr
hub pull-request
# Celebrate!