module Rspec::Core::Hooks

def before(type=:each, &block)

def before(type=:each, &block)
  before_blocks[type] << block
end