From: Marc-Andre Lafortune Date: 2009-10-12T13:54:21+09:00 Subject: [ruby-core:26056] Re: [Bug #2048] Thread#raise: Handling of Current Exception Hi, On Sun, Oct 11, 2009 at 7:07 PM, Yukihiro Matsumoto wrote: > > The 1.8 behavior is an accidental feature, so that it should not be > used nor documented. �I should fix 1.8 rather. Oh. So should Thread#raise require at least one argument? Or else Thread#raise takes the exception being handled by the current thread and raises it in the receiving thread?