# File lib/guard/hook.rb, line 72
      def callbacks
        @callbacks ||= Hash.new { |hash, key| hash[key] = [] }
      end