= private = protected
encode_rdata(msg)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/resolv.rb, line 2008 def encode_rdata(msg) # :nodoc: msg.put_pack('n', @preference) msg.put_name(@exchange) end