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
1 changed files with 1 additions and 2 deletions

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"