method
close

close()
public
Hide source
# File lib/resolv.rb, line 628 def close sock = @sock @sock = nil sock.close if sock end