# File rparsec/parser.rb, line 113
  def mapn(&block)
    return self unless block
    MapnParser.new(self, block)
  end