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