module RSpec::Core::Hooks
def after(scope=:each, options={}, &block)
def after(scope=:each, options={}, &block) hooks[:after][scope] << Hook.new(options, block) end
def after(scope=:each, options={}, &block) hooks[:after][scope] << Hook.new(options, block) end