# File lib/clockwork/manager.rb, line 60 def fire_callbacks(event, *args) @callbacks[event].nil? || @callbacks[event].all? { |h| h.call(*args) } end