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