Class: PryByebug::FinishCommand

Inherits:
Pry::ClassCommand
  • Object
show all
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

#breakout_navigation

Instance Method Details

#processObject



20
21
22
23
24
# File 'lib/pry-byebug/commands/finish.rb', line 20

def process
  PryByebug.check_file_context(target)

  breakout_navigation :finish
end