Class: Resolv::DNS::Requester::TCP::Sender
- Defined in:
- lib/resolv.rb
Instance Attribute Summary
Attributes inherited from Sender
Instance Method Summary collapse
Methods inherited from Sender
Constructor Details
This class inherits a constructor from Resolv::DNS::Requester::Sender
Instance Method Details
#send ⇒ Object
705 706 707 708 |
# File 'lib/resolv.rb', line 705 def send @sock.print(@msg) @sock.flush end |