method

fork

ruby latest stable - Class: Thread
fork(*args)
public

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