Method: SimpleThread#stop

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

#stopObject



38
39
40
# File 'lib/workety/test/simple_thread.rb', line 38

def stop
  @t.kill
end