RSpec::Core::Hooks::Hook
@private
# File lib/rspec/core/hooks.rb, line 355 def run(example) example.instance_exec_with_rescue("in an after hook", &block) end