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