awesome_print
https://github.com/awesome-print/awesome_print
Ruby
Pretty print your Ruby objects with style -- in full color and with proper indentation
FormattingHelper#spoiler_with_warning
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-FormattingHelper-spoiler_with_warning-for-pr
# Commit to gitgit add git commit -m "better docs for FormattingHelper#spoiler_with_warning"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-FormattingHelper-spoiler_with_warning-for-pr
hub pull-request
# Celebrate!