# File lib/rspec/core/example.rb, line 241
      def instance_eval_with_rescue(context = nil, &block)
        @example_group_instance.instance_eval_with_rescue(context, &block)
      end