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