# File cli/ruby-debug/commands/stepping.rb, line 21
    def regexp
      /^\s* n(?:ext)? 
        ([+-])?(?:\s+(\S+))? 
        \s*$/x
    end