# File lib/phusion_passenger/analytics_logger.rb, line 368 def unlock raise if !@locked @mutex.unlock @locked = false end