module RSpec::Core::Hooks

def around(scope=:each, &block)

def around(scope=:each, &block)
  hooks[:around][scope] << block
end