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