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