Skip to content

Commit

Permalink
Fix lewagon/fullstack-challenges#lewagon#27
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Jan 11, 2015
1 parent 78798c0 commit d5d2065
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions irbrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
begin
require 'rubygems'
require 'pry'
rescue LoadError
end

if defined?(Pry)
Pry.start
exit
end

0 comments on commit d5d2065

Please sign in to comment.