group -> ThreadGroup | nil
スレッドが属している ThreadGroup オブジェクトを返します。死んでいるスレッドは nil を返します。
p Thread.current.group == ThreadGroup::Default # => true