module RSpec::Core::Hooks::AfterHookExtension
def display_name
def display_name "after hook" end
def run(example)
def run(example) example.instance_eval_with_rescue(&self) end
def display_name "after hook" end
def run(example) example.instance_eval_with_rescue(&self) end