# File lib/clockwork/manager.rb, line 32 def handler(&block) @handler = block if block_given? raise NoHandlerDefined unless @handler @handler end