awesome_print
https://github.com/awesome-print/awesome_print
Ruby
Pretty print your Ruby objects with style -- in full color and with proper indentation
AwesomePrint::Formatters::HashFormatter#ruby19_syntax
No Docs, write some!
Edit
git clone [email protected]:awesome-print/awesome_print.git
cd awesome_print
open lib/awesome_print/formatters/hash_formatter.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AwesomePrint--Formatters--HashFormatter-ruby19_syntax-for-pr
# Commit to gitgit add lib/awesome_print/formatters/hash_formatter.rbgit commit -m "better docs for AwesomePrint::Formatters::HashFormatter#ruby19_syntax"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AwesomePrint--Formatters--HashFormatter-ruby19_syntax-for-pr
hub pull-request
# Celebrate!