class RSpec::Core::Hooks::AfterHook

@private

def run(example)

def run(example)
  example.instance_exec_with_rescue("in an after hook", &block)
end