module Rspec::Core::Advice

def after_blocks

def after_blocks
  @after_blocks  ||= { :all => [], :each => [] }
end