class ActiveSupport::Dependencies::WatchStack

def initialize

def initialize
  @watching = []
  @stack = Hash.new { |h,k| h[k] = [] }
end