# File lib/god/driver.rb, line 95 def initialize @shutdown = false @events = [] @monitor = Monitor.new @resource = @monitor.new_cond end