# File lib/rspec/core/example_group.rb, line 220 def self.around_hooks @around_hooks ||= (world.find_hook(:around, :each, self) + ancestors.reverse.inject([]){|l,a| l + a.find_hook(:around, :each, self)}) end