# File lib/net/ssh/multi/server.rb, line 103
    def inspect
      @inspect ||= "#<%s:0x%x %s>" % [self.class.name, object_id, to_s]
    end