class RSpec::Core::Configuration
def hooks
def hooks @hooks ||= { :before => { :each => [], :all => [], :suite => [] }, :after => { :each => [], :all => [], :suite => [] } } end
def hooks @hooks ||= { :before => { :each => [], :all => [], :suite => [] }, :after => { :each => [], :all => [], :suite => [] } } end