The code: ``` ruby tg = ThreadGroup.new tg.enclose t = Thread.new { sleep } tg.add(t) ``` should raise `ThreadError: can't move to the enclosed thread group`. There is no such guard presently.