# File lib/rspec/core/example_group.rb, line 262 def instance_eval_with_rescue(&hook) begin instance_eval(&hook) rescue Exception => e example.set_exception(e) end end