aboutsummaryrefslogtreecommitdiffstats
path: root/lib/thwait.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 09:52:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 09:52:50 +0000
commit82543dbc999091c921cd1ce76ed84ff79e306937 (patch)
treeb2e42d1719dbd8f451cdbd8e546617df9a7e2829 /lib/thwait.rb
parent3929de6982f84b87424a0b5c873683296134a1a2 (diff)
downloadruby-82543dbc999091c921cd1ce76ed84ff79e306937.tar.gz
* lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has
extend_to method. [ruby-core:17267] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/thwait.rb')
-rw-r--r--lib/thwait.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thwait.rb b/lib/thwait.rb
index a6a0104d29..029b259157 100644
--- a/lib/thwait.rb
+++ b/lib/thwait.rb
@@ -53,7 +53,7 @@ require "e2mmap.rb"
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.")