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