class RSpec::Core::Hooks::AfterHook

@private

def run(example)

def run(example)
  example.instance_exec(example, &block)
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => ex
  example.set_exception(ex)
end