# File lib/net/dns/rr.rb, line 155 def RR.parse(data) o = allocate obj,offset = o.send(:new_from_binary, data, 0) return obj end