ruby-changes:5856
From: nobu <ko1@a...>
Date: Mon, 16 Jun 2008 18:53:08 +0900 (JST)
Subject: [ruby-changes:5856] Ruby:r17363 (trunk): * lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has
nobu 2008-06-16 18:52:50 +0900 (Mon, 16 Jun 2008)
New Revision: 17363
Modified files:
trunk/ChangeLog
trunk/lib/thwait.rb
Log:
* lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has
extend_to method. [ruby-core:17267]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=17363&r2=17362&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/thwait.rb?r1=17363&r2=17362&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 17362)
+++ ChangeLog (revision 17363)
@@ -1,3 +1,8 @@
+Mon Jun 16 18:52:47 2008 Nobuyoshi Nakada <nobu@r...>
+
+ * lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has
+ extend_to method. [ruby-core:17267]
+
Mon Jun 16 14:46:25 2008 Nobuyoshi Nakada <nobu@r...>
* lib/e2mmap.rb (E2MM.def_e2message): typo.
Index: lib/thwait.rb
===================================================================
--- lib/thwait.rb (revision 17362)
+++ lib/thwait.rb (revision 17363)
@@ -53,7 +53,7 @@
class ThreadsWait
RCS_ID='-$Id: thwait.rb,v 1.3 1998/06/26 03:19:34 keiju Exp keiju $-'
- Exception2MessageMapper.extend_to(binding)
+ extend Exception2MessageMapper
def_exception("ErrNoWaitingThread", "No threads for waiting.")
def_exception("ErrNoFinishedThread", "No finished threads.")
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/