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