Fixed bin/pry (Pry::Commands is not a class anymore)

This commit is contained in:
Mon ouïe 2011-04-29 17:47:33 +02:00
parent b5592908ef
commit 8351b9a20d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ end
# invoked via cli
Pry.cli = true
class Pry::Commands
Pry::Commands.instance_eval do
command "reset", "Reset the REPL to a clean state." do
output.puts "Pry reset."
exec("pry")