Ruby 1.9.0 リファレンスマニュアル > ライブラリ一覧 > library _builtin > class Thread > current
current -> Thread
現在実行中のスレッド(カレントスレッド)を返します。
p Thread.current #=> #<Thread:0x4022e6fc run>