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