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