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

Inherits:
Sender
  • Object
show all
Defined in:
lib/resolv.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Sender

#queue

Instance Method Summary collapse

Methods inherited from Sender

#initialize, #recv

Constructor Details

This class inherits a constructor from Resolv::DNS::Requester::Sender

Instance Method Details

#sendObject



720
721
722
723
# File 'lib/resolv.rb', line 720

def send
  @sock.print(@msg)
  @sock.flush
end