method
close
close()
public
Hide source
# File lib/resolv.rb, line 715 def close socks = @socks @socks = nil if socks socks.each {|sock| sock.close } end end