chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::RunContext#before_notifications
Get the list of before notifications sent by the given resource. TODO seriously, this is actually wrong. resource.name is not unique, you need the type as well.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/run_context.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--RunContext-before_notifications-for-pr
# Commit to gitgit add lib/chef/run_context.rbgit commit -m "better docs for Chef::RunContext#before_notifications"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--RunContext-before_notifications-for-pr
hub pull-request
# Celebrate!