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:
parent
53118356b5
commit
6b7b84edc7
13 changed files with 265 additions and 175 deletions
|
@ -12,7 +12,8 @@ require "delegate"
|
|||
|
||||
class WeakRef<Delegator
|
||||
|
||||
Exception :RefError
|
||||
class RefError<StandardError
|
||||
end
|
||||
|
||||
ID_MAP = {}
|
||||
ID_REV_MAP = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue