rails
https://github.com/rails/rails
Ruby
Ruby on Rails
ActiveSupport::Cache::Store#expand_and_namespace_key
No Docs, write some!
Edit
git clone git@github.com:rails/rails.git
cd rails
open activesupport/lib/active_support/cache.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActiveSupport--Cache--Store-expand_and_namespace_key-for-pr
# Commit to gitgit add activesupport/lib/active_support/cache.rbgit commit -m "better docs for ActiveSupport::Cache::Store#expand_and_namespace_key"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActiveSupport--Cache--Store-expand_and_namespace_key-for-pr
hub pull-request
# Celebrate!