module Rspec::Core::Advice

def after(type=:each, &block)

def after(type=:each, &block)
  after_blocks[type] << block
end