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