module RSpec::Core::Hooks

def after(type=:each, &block)

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