# File lib/god/conditions/cpu_usage.rb, line 13 def prepare if self.times.kind_of?(Integer) self.times = [self.times, self.times] end @timeline = Timeline.new(self.times[1]) end