Skip to content

Instantly share code, notes, and snippets.

@zires
Created April 17, 2013 02:07
Show Gist options
  • Select an option

  • Save zires/5401254 to your computer and use it in GitHub Desktop.

Select an option

Save zires/5401254 to your computer and use it in GitHub Desktop.
.irbrc
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