# File lib/god/behaviors/notify_when_flapping.rb, line 28 def before_start now = Time.now.to_i @startup_times << now check_for_flapping(now) end