class PryByebug::ExitAllCommand

Exit pry REPL with Byebug.stop

Public Instance Methods

process() click to toggle source
Calls superclass method
# File lib/pry-byebug/commands/exit_all.rb, line 6
def process
  super
ensure
  Byebug.stop if Byebug.stoppable?
end