# File lib/god.rb, line 457 def self.status info = {} self.watches.map do |name, w| info[name] = {:state => w.state} end info end