= private = protected
decode_rdata(msg)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/resolv.rb, line 1772 def self.decode_rdata(msg) # :nodoc: return self.new(msg.get_bytes) end