# File lib/god/conditions/flapping.rb, line 45 def prepare @timeline = Timeline.new(self.times) @retry_timeline = Timeline.new(self.retry_times) end