# File lib/net/dns/rr.rb, line 149 def RR.parse_packet(data, offset) o = allocate o.send(:new_from_binary, data, offset) end