chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Audit::AuditEventProxy.events=
TODO I don't like this, but I don't see another way to pass this in see rspec files configuration.rb#L671 and formatters.rb#L129
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/audit/audit_event_proxy.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Audit--AuditEventProxy-events--for-pr
# Commit to gitgit add lib/chef/audit/audit_event_proxy.rbgit commit -m "better docs for Chef::Audit::AuditEventProxy.events="
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Audit--AuditEventProxy-events--for-pr
hub pull-request
# Celebrate!