# File lib/net/ssh/multi/server_list.rb, line 15
    def initialize(list=[])
      @list = list.uniq
    end