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