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
8 9 10 11 12 |
# File 'lib/pry-byebug/commands/exit_all.rb', line 8 def process super ensure Byebug.stop if Byebug.stoppable? end |