class ActiveSupport::Dependencies::WatchStack

def each(&block)

def each(&block)
  @stack.each(&block)
end