# File lib/god/metric.rb, line 6
    def initialize(watch, destination)
      self.watch = watch
      self.destination = destination
      self.conditions = []
    end