# File lib/mongo/util/uri_parser.rb, line 163
    def replicaset?
      replicaset.is_a?(String) || nodes.length > 1
    end