RSpec::Core::Hooks::Hook
@private
# File lib/rspec/core/hooks.rb, line 363 def run(example) example.instance_exec(example, &block) rescue Support::AllExceptionsExceptOnesWeMustNotRescue => ex example.set_exception(ex) end