method
close
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
close()
public
Hide source
# File lib/resolv.rb, line 639 def close socks = @socks @socks = nil if socks socks.each {|sock| sock.close } end end