Skip to content

Instantly share code, notes, and snippets.

@chaserx
Created March 9, 2019 21:38
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 chaserx/e4302877fc550001ff8bf21730a23417 to your computer and use it in GitHub Desktop.
Save chaserx/e4302877fc550001ff8bf21730a23417 to your computer and use it in GitHub Desktop.
irb + awesome_print
# awesome print
begin
require 'awesome_print'
AwesomePrint.irb!
rescue LoadError => err
warn "Couldn't load awesome_print: #{err}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment