Skip to content

Instantly share code, notes, and snippets.

@psychocandy
Created May 28, 2014 12:27
Show Gist options
  • Save psychocandy/dcb28e20d4ff01130918 to your computer and use it in GitHub Desktop.
Save psychocandy/dcb28e20d4ff01130918 to your computer and use it in GitHub Desktop.
AwesomePrint + Pry
begin
require 'awesome_print'
AwesomePrint.pry!
rescue
puts 'There is no Awesome Print gem installed'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment