method
connect
connect(host, port)
public
Hide source
# File lib/resolv-replace.rb, line 31 def connect(host, port) original_resolv_connect(IPSocket.getaddress(host), port) end