[Source]
# File resolv.rb, line 597 def initialize(msg, data, sock, host, port, queue) super(msg, data, sock, queue) @host = host @port = port end
# File resolv.rb, line 603 def send @sock.send(@msg, 0, @host, @port) end
[Validate]