mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
3929de6982
commit
82543dbc99
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jun 16 18:52:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has
|
||||
extend_to method. [ruby-core:17267]
|
||||
|
||||
Mon Jun 16 14:46:25 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/e2mmap.rb (E2MM.def_e2message): typo.
|
||||
|
|
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue