= 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 2047 def self.decode_rdata(msg) # :nodoc: strings = msg.get_string_list return self.new(*strings) end