1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

changed 'rake pry' to invoke executable instead of starting pry session in Rakefile

This commit is contained in:
John Mair 2011-05-30 15:54:42 +12:00
parent 32bfa27b5a
commit bbb375deb4

View file

@ -34,8 +34,7 @@ end
desc "run pry"
task :pry do
require 'pry'
binding.pry
load 'bin/pry'
end
desc "show pry version"