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