= 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 1936 def encode_rdata(msg) # :nodoc: msg.put_string(@cpu) msg.put_string(@os) end