chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::RunStatus#to_hash
A Hash representation of the RunStatus, with the following (Symbol) keys: * :node * :success * :start_time * :end_time * :elapsed_time * :all_resources * :updated_resources * :exception * :backtrace
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/run_status.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--RunStatus-to_hash-for-pr
# Commit to gitgit add lib/chef/run_status.rbgit commit -m "better docs for Chef::RunStatus#to_hash"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--RunStatus-to_hash-for-pr
hub pull-request
# Celebrate!