# File lib/god/metric.rb, line 52
    def disable
      self.conditions.each do |c|
        Hub.detach(c)
      end
    end