class PryByebug::NextCommand

def process

def process
  return if check_multiline_context
  PryByebug.check_file_context(target)
  breakout_navigation :next, lines: args.first
end