method

decode_rdata

decode_rdata(msg)
public

No documentation available.

# File lib/resolv.rb, line 2271
          def self.decode_rdata(msg) # :nodoc:
            return self.new(IPv6.new(msg.get_bytes(16)))
          end