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