class RSpec::Core::Hooks::AfterHook

def run_in(example_group_instance)

def run_in(example_group_instance)
  if example_group_instance
    example_group_instance.instance_eval_with_rescue(&self)
  else
    call
  end
end