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