module RSpec::Core::Hooks

def around(type=:each, &block)

def around(type=:each, &block)
  RSpec::deprecate("around", "before and after")
  around_blocks[type] << block
end