# File lib/god/driver.rb, line 11
    def initialize(condition, delay)
      self.condition = condition
      self.at = Time.now + delay
    end