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