diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-31 05:29:54 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-31 05:29:54 +0000 |
commit | e0009b6a5437c5427a6abf3ddeee3804f73b9870 (patch) | |
tree | 0ed5e86f76f9adff8eb848d6be67500adb86edd2 /ToDo | |
parent | 5b3ed19660ef4d9ea87265416a199e7dc7e940c1 (diff) | |
download | ruby-e0009b6a5437c5427a6abf3ddeee3804f73b9870.tar.gz |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ Standard Libraries - String#slice, String#slice! - Marshal should handle generic instance variables. - debugger for thread programming -- SyntaxError, NameError, LoadError and NotImplementError are subclasses of +- SyntaxError, NameError, LoadError and NotImplementedError are subclasses of ScriptError<Exception, not StandardError. - Thread::start gives arguments, not a thread object to the block - regexp: (?>..), \G |