rails
https://github.com/rails/rails
Ruby
Ruby on Rails
ActiveSupport::Testing::EventReporterAssertions::EventCollector::Event#matches_hash?
No Docs, write some!
Edit
git clone [email protected]:rails/rails.git
cd rails
open activesupport/lib/active_support/testing/event_reporter_assertions.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActiveSupport--Testing--EventReporterAssertions--EventCollector--Event-matches_hash--for-pr
# Commit to gitgit add activesupport/lib/active_support/testing/event_reporter_assertions.rbgit commit -m "better docs for ActiveSupport::Testing::EventReporterAssertions::EventCollector::Event#matches_hash?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActiveSupport--Testing--EventReporterAssertions--EventCollector--Event-matches_hash--for-pr
hub pull-request
# Celebrate!