# File lib/net/ssh/multi/server.rb, line 94 94: def to_s 95: @to_s ||= begin 96: s = "#{user}@#{host}" 97: s << ":#{options[:port]}" if options[:port] 98: s 99: end 100: end