method

start

v1_9_3_125 - Show latest stable - Class: Thread
start(*args)
public

Basically the same as Thread::new. However, if class Thread is subclassed, then calling start in that subclass will not invoke the subclass’s initialize method.