lib/pry-byebug/commands/exit_all.rb in pry-byebug-3.8.0 vs lib/pry-byebug/commands/exit_all.rb in pry-byebug-3.9.0

- old
+ new

@@ -1,6 +1,8 @@ # frozen_string_literal: true +require "pry/commands/exit_all" + module PryByebug # # Exit pry REPL with Byebug.stop # class ExitAllCommand < Pry::Command::ExitAll