method

new

new(msg, data, sock, host, port)
public

No documentation available.

# File lib/resolv.rb, line 701
          def initialize(msg, data, sock, host, port)
            super(msg, data, sock)
            @host = host
            @port = port
          end