module RSpec::Core::Hooks

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

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