In: |
resolv.rb
|
Parent: | Object |
# File resolv.rb, line 530 def close thread, sock, @thread, @sock = @thread, @sock begin if thread thread.kill thread.join end ensure sock.close if sock end end