Method: SimpleThread#join

Defined in:
lib/workety/test/simple_thread.rb

#joinObject



34
35
36
# File 'lib/workety/test/simple_thread.rb', line 34

def join
  @t.join
end