class PryByebug::FinishCommand

Run until the end of current frame

Public Instance Methods

process() click to toggle source
# File lib/pry-byebug/commands/finish.rb, line 18
def process
  PryByebug.check_file_context(target)

  breakout_navigation :finish
end