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