rubygems
https://github.com/rubygems/rubygems
Ruby
Library packaging and distribution for Ruby.
Gem::SafeMarshal::Reader#read_count
No Docs, write some!
Edit
git clone [email protected]:rubygems/rubygems.git
cd rubygems
open lib/rubygems/safe_marshal/reader.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gem--SafeMarshal--Reader-read_count-for-pr
# Commit to gitgit add lib/rubygems/safe_marshal/reader.rbgit commit -m "better docs for Gem::SafeMarshal::Reader#read_count"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gem--SafeMarshal--Reader-read_count-for-pr
hub pull-request
# Celebrate!