::Thread
thr.value â obj Instance Public methods Waits for thr to complete
thr.set_trace_func(proc) â procthr.set_trace_func(nil) â nil Instance Public methods
to_s() Instance Public methods Returns a
thr.key?(sym) â true or false Instance Public methods Returns true
Thread.kill(thread) â thread Class Public methods Causes the given thread
thr.backtrace_locations(*args) â array or nil Instance Public methods Returns
Thread.stop â nil Class Public methods Stops execution of the current thread
thr.exit â thr or nilthr.kill â thr or nilthr.terminate â thr or nil Instance Public
Thread.DEBUG â num Class Public methods Returns the thread debug level
thr.inspect â string Instance Public methods Dump the name, id, and status
Page 2 of 6