# File lib/adhearsion/hooks.rb, line 12
      def create_hook(&block)
        @hooks.synchronize do
          @hooks << block
        end
      end