thr.group รข thgrp or nil
Instance Public methods
Returns the ThreadGroup
which contains thr, or nil if
the thread is not a member of any group.
Thread.main.group #=> #<ThreadGroup:0x4029d914>
Returns the ThreadGroup
which contains thr, or nil if
the thread is not a member of any group.
Thread.main.group #=> #<ThreadGroup:0x4029d914>
Please login to continue.