module RSpec::Core::Hooks::AfterHookExtension

def run(example)

def run(example)
  example.instance_eval_with_rescue("in an after hook", &self)
end