# File lib/net/ssh/test/remote_packet.rb, line 29 29: def to_s 30: @to_s ||= begin 31: instantiate! 32: string = Net::SSH::Buffer.from(:byte, @type, *types.zip(@data).flatten).to_s 33: [string.length, string].pack("NA*") 34: end 35: end