Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Created November 10, 2022 10:34
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 rob-murray/f26e92101edacc5fabe22bd556c0ad45 to your computer and use it in GitHub Desktop.
Save rob-murray/f26e92101edacc5fabe22bd556c0ad45 to your computer and use it in GitHub Desktop.
begin
require 'awesome_print'
AwesomePrint.irb!
rescue LoadError
Gem.install('awesome_print')
retry
end
ap '👋🌎'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment