class PryByebug::DownCommand

def process

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