123456789_123456789_123456789_123456789_123456789_

Class: Resolv::DNS::Requester::Sender

Do not use. This class is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Inherits: Object
Defined in: lib/resolv.rb

Class Method Summary

Constructor Details

.new(msg, data, sock) ⇒ Sender

[ GitHub ]

  
# File 'lib/resolv.rb', line 721

def initialize(msg, data, sock)
  @msg = msg
  @data = data
  @sock = sock
end