chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Handler#run_report_safely
Runs the report handler, rescuing and logging any errors it may cause. This ensures that all handlers get a chance to run even if one fails. This method should not be overridden by subclasses unless you know what you're doing.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/handler.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Handler-run_report_safely-for-pr
# Commit to gitgit add lib/chef/handler.rbgit commit -m "better docs for Chef::Handler#run_report_safely"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Handler-run_report_safely-for-pr
hub pull-request
# Celebrate!