diff --git a/bin/pry b/bin/pry index 13574423..91a8e77d 100644 --- a/bin/pry +++ b/bin/pry @@ -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")