# File lib/god/driver.rb, line 27 def initialize(delay, task, condition) super delay self.task = task self.condition = condition end