module RSpec::Core::Hooks

def after(scope=:each, options={}, &block)

def after(scope=:each, options={}, &block)
  hooks[:after][scope] << AfterHook.new(options, block)
end