Actions
Bug #17505
closedCan `Thread#group` actually be `nil`?
Bug #17505:
Can `Thread#group` actually be `nil`?
Description
Is there a circumstance where Thread#group could actually be nil?
The documentation says so, there seems to be source code for this, but I can find no test or RubySpec for this and I don't see anywhere in the ThreadGroup API that could allow this.
Actions