# File lib/mongo/server/description.rb, line 284
      def hosts
        @hosts ||= (config[HOSTS] || []).map { |s| s.downcase }
      end