# File lib/god/metric.rb, line 46
    def enable
      self.conditions.each do |c|
        self.watch.attach(c)
      end
    end