# File lib/active_support/dependencies.rb, line 81
      def initialize
        @watching = []
        super { |h,k| h[k] = [] }
      end