method

new

new(msg, data, sock)
public

No documentation available.

# File lib/resolv.rb, line 640
        def initialize(msg, data, sock)
          @msg = msg
          @data = data
          @sock = sock
        end