# File lib/delayed/lifecycle.rb, line 15 def initialize @callbacks = EVENTS.keys.each_with_object({}) do |e, hash| hash[e] = Callback.new end end