method
new
new(msg, data, sock, host, port)
public
Hide source
# File lib/resolv.rb, line 719 def initialize(msg, data, sock, host, port) super(msg, data, sock) @host = host @port = port end