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:
parent
32bfa27b5a
commit
bbb375deb4
1 changed files with 1 additions and 2 deletions
3
Rakefile
3
Rakefile
|
@ -34,8 +34,7 @@ end
|
|||
|
||||
desc "run pry"
|
||||
task :pry do
|
||||
require 'pry'
|
||||
binding.pry
|
||||
load 'bin/pry'
|
||||
end
|
||||
|
||||
desc "show pry version"
|
||||
|
|
Loading…
Reference in a new issue