class Byebug::NextCommand

def regexp

def regexp
  /^\s* n(?:ext)?
    ([+-])?(?:\s+(\S+))?
    \s*$/x
end