::Thread
inspect() Instance Public methods Returns the same as calling inspect
thr.group â thgrp or nil Instance Public methods Returns the ThreadGroup
base_label() Instance Public methods Returns the base label of this frame.
thr[sym] â obj or nil Instance Public methods Attribute ReferenceâReturns
Thread.new { ... } â threadThread.new(*args, &proc) â threadThread.new(*args) { |args| ... } â thread
thr.exit â thr or nilthr.kill â thr or nilthr.terminate â thr or nil Instance Public
Thread.current â thread Class Public methods Returns the currently executing
thr.terminate â thr or nil Instance Public methods Terminates thr
thr.priority â integer Instance Public methods Returns the priority of thr
thr.abort_on_exception â true or false Instance Public methods Returns the
Page 5 of 6