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 10 def process super ensure PryByebug.current_remote_server&.teardown Byebug.stop if Byebug.stoppable? end