Skip to content

Instantly share code, notes, and snippets.

@vStone
Created July 17, 2014 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vStone/ac0e4a10bd6ffa7e9b13 to your computer and use it in GitHub Desktop.
Save vStone/ac0e4a10bd6ffa7e9b13 to your computer and use it in GitHub Desktop.
IRB RC file to autoload awesome_print.
require 'awesome_print'
AwesomePrint.defaults = {
:indent => -4,
:raw => false, ## (true gives better info, but can cause loops)
}
AwesomePrint.irb!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment