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