method
connect
v1_8_6_287 -
Show latest stable
- Class:
UDPSocket
connect(host, port)public
No documentation available.
# File lib/resolv-replace.rb, line 31
def connect(host, port)
original_resolv_connect(IPSocket.getaddress(host), port)
end