# File lib/rspec/core/example_group.rb, line 319
      def self.run_around_each_hooks(example, initial_procsy)
        run_hook(:around, :each, example, initial_procsy)
      end