Class: PryByebug::ExitAllCommand
- Inherits:
-
Pry::Command::ExitAll
- Object
- Pry::Command::ExitAll
- PryByebug::ExitAllCommand
- Defined in:
- lib/pry-byebug/commands/exit_all.rb
Overview
Exit pry REPL with Byebug.stop
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
10 11 12 13 14 15 |
# 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 |