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