# File rparsec/parsers.rb, line 139
  def withLookahead(n)
    NotParser.new(@parser, @msg, n)
  end