Method: DNS::ResourceRecord::IN::HINFO#pack

Defined in:
lib/faildns/resourcerecord/IN/HINFO.rb

#packObject



66
67
68
# File 'lib/faildns/resourcerecord/IN/HINFO.rb', line 66

def pack
  [@cpu.length].unpack('C') + @cpu + [@os.length].unpack('C') + @os
end