# File lib/rspec/core/hooks.rb, line 428
      def around_each_hooks_for(example, initial_procsy=nil)
        AroundHookCollection.new(ancestors.map {|a| a.hooks[:around][:each]}.flatten).for(example, initial_procsy)
      end