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