# File lib/god/timer.rb, line 6 def initialize(condition, interval) self.condition = condition self.at = Time.now.to_i + interval end