# File lib_core/rucy/restart.rb, line 15 def initialize super @state = nil @lock = Mutex.new @cond = ConditionVariable.new end