module RSpec::Core::Hooks::BeforeHookExtension

def run(example)

def run(example)
  example.instance_eval(&self)
end