method

close

close()
public

No documentation available.

# File lib/resolv.rb, line 716
      def close
        socks = @socks
        @socks = nil
        if socks
          socks.each {|sock| sock.close }
        end
      end