1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

new exception model

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-05-06 03:09:03 +00:00
parent 53118356b5
commit 6b7b84edc7
13 changed files with 265 additions and 175 deletions

View file

@ -12,7 +12,8 @@ require "delegate"
class WeakRef<Delegator
Exception :RefError
class RefError<StandardError
end
ID_MAP = {}
ID_REV_MAP = {}