# File rparsec/parser.rb, line 860
  def mapn(&block)
    return one unless block
    MapnCurrentParser.new(block)
  end