Class: PryByebug::FinishCommand
- Inherits:
-
Pry::ClassCommand
- Object
- Pry::ClassCommand
- PryByebug::FinishCommand
- Includes:
- Helpers::Navigation
- Defined in:
- lib/pry-byebug/commands/finish.rb
Overview
Run until the end of current frame
Instance Method Summary collapse
Methods included from Helpers::Navigation
Instance Method Details
#process ⇒ Object
20 21 22 23 24 25 |
# File 'lib/pry-byebug/commands/finish.rb', line 20 def process PryByebug.current_remote_server&.teardown PryByebug.check_file_context(target) :finish end |