Skip to content

Instantly share code, notes, and snippets.

@vlymar
Created September 29, 2016 22:27
Show Gist options
  • Save vlymar/9c0841642b29064b2b849f2b0160bcaf to your computer and use it in GitHub Desktop.
Save vlymar/9c0841642b29064b2b849f2b0160bcaf to your computer and use it in GitHub Desktop.
.irbrc for pry everywhere
begin
require "pry"
Pry.start
exit
rescue LoadError => e
warn "=> Unable to load pry"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment