class RSpec::Core::Hooks::BeforeHook

def run(example)

def run(example)
  example.instance_exec(example, &block)
end