# File rparsec/parser.rb, line 829
  def watchn(&block)
    return one unless block
    WatchnParser.new(block)
  end