class PryByebug::UpCommand


Travel up the frame stack

def process

def process
  PryByebug.check_file_context(target)
  breakout_navigation :up, times: args.first
end