Returns a new instance of Watcher.
31 32 33 34 35 36 37 38 39
# File 'lib/aggkit/watcher.rb', line 31 def initialize @iolock = Mutex.new @pipe = Pipe.new @procs = [] @code = 0 @crashed = false @who = nil end