= private = protected
new(host, port=Port)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/resolv.rb, line 894 def initialize(host, port=Port) super() @host = host @port = port sock = TCPSocket.new(@host, @port) @socks = [sock] @senders = {} end