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