class PryByebug::ExitAllCommand
Exit pry REPL with Byebug.stop
Public Instance Methods
Source
# File lib/pry-byebug/commands/exit_all.rb, line 10 def process super ensure Byebug.stop if Byebug.stoppable? end
Calls superclass method