process

in lib/pry-byebug/commands/next.rb [28:35]


    def process
      return if check_multiline_context

      PryByebug.check_file_context(target)

      breakout_navigation :next, lines: args.first
    end