Skip to content

Instantly share code, notes, and snippets.

@ChengLong
Last active August 29, 2015 14:08
Show Gist options
  • Save ChengLong/4ed4fe670e84f19af4a5 to your computer and use it in GitHub Desktop.
Save ChengLong/4ed4fe670e84f19af4a5 to your computer and use it in GitHub Desktop.
Use awesome_print
  1. gem install awesome_print
  2. Add below to ~/.irbrc
require "awesome_print"
AwesomePrint.irb!
  1. Add gem 'awesome_print', group: :development in Gemfile
  2. Enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment