730 731 732 733 734
# File 'lib/resolv.rb', line 730 def close socks = @socks @socks = nil socks&.each(&:close) end