ruby
https://github.com/ruby/ruby
Ruby
The Ruby Programming Language
Bug::ThreadInstrumentation.reset_counters
No Docs, write some!
Edit
git clone [email protected]:ruby/ruby.git
cd ruby
open ext/-test-/thread/instrumentation/instrumentation.c
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Bug--ThreadInstrumentation-reset_counters-for-pr
# Commit to gitgit add ext/-test-/thread/instrumentation/instrumentation.cgit commit -m "better docs for Bug::ThreadInstrumentation.reset_counters"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Bug--ThreadInstrumentation-reset_counters-for-pr
hub pull-request
# Celebrate!