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