You call use Thread.kill or Thread.terminate:
Thread.kill
Thread.terminate
thr = Thread.new { ... } Thread.kill(thr)