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