# File lib/phusion_passenger/analytics_logger.rb, line 186 def clear_connection @mutex.synchronize do @shared_data.synchronize do @random_dev = File.open("/dev/urandom") if @random_dev.closed? @shared_data.unref @shared_data = SharedData.new end end end