原です。

> まつもと ゆきひろです.

>   def alarm(n)
>     Thread.start{sleep(n);Process.kill "SIGALRM", $$}
>   end
> 
> で,ほぼ実装できちゃいますしね.

うーむ、なるほど!