class RSpec::Core::Hooks::AfterHook
@private
def run(example)
def run(example) example.instance_exec(example, &block) rescue Exception => ex example.set_exception(ex) end
@private
def run(example) example.instance_exec(example, &block) rescue Exception => ex example.set_exception(ex) end