singleton method Thread.current

current -> Thread[permalink][rdoc][edit]

現在実行中のスレッド(カレントスレッド)を返します。

p Thread.current #=> #<Thread:0x4022e6fc run>