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