# File lib/net/ssh/multi/server_list.rb, line 35
    def concat(servers)
      servers.each { |server| add(server) }
      self
    end