= 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 1975 def self.decode_rdata(msg) # :nodoc: rmailbx = msg.get_string emailbx = msg.get_string return self.new(rmailbx, emailbx) end