method
bind
bind(host, port)
public
Hide source
# File lib/resolv-replace.rb, line 25 def bind(host, port) host = IPSocket.getaddress(host) if host != "" original_resolv_bind(host, port) end