method

close

close()
public

No documentation available.

# File lib/resolv.rb, line 827
        def close
          super
          @senders.each_key {|from, id|
            DNS.free_request_id(@host, @port, id)
          }
        end