= 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 2194 def self.decode_rdata(msg) # :nodoc: return self.new(IPv4.new(msg.get_bytes(4))) end