diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-29 08:05:32 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-29 08:05:32 +0000 |
| commit | 5928d4c1e01a076c3c992b3a003c167a5d4b7600 (patch) | |
| tree | 3e43148d3114380fff1418aa3ff6d01b157a97e4 /ToDo | |
| parent | ac9d16f8b62f24b7bb7190888b6bc28cf2e75af9 (diff) | |
| download | ruby-5928d4c1e01a076c3c992b3a003c167a5d4b7600.tar.gz ruby-5928d4c1e01a076c3c992b3a003c167a5d4b7600.tar.xz ruby-5928d4c1e01a076c3c992b3a003c167a5d4b7600.zip | |
2000-02-29
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
| -rw-r--r-- | ToDo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,7 @@ Language Spec. * def Foo::Bar::baz() .. end ?? * I18N (or M17N) script/string/regexp * Fixnum 0 as false ???? +* discourage use of symbol variable (e.g. $/, etc.) in manual Hacking Interpreter @@ -56,6 +57,7 @@ Standard Libraries - Thread::start gives arguments, not a thread object to the block - regexp: (?>..), \G - Struct::new([name,]member,...) +- IO#reopen accepts path as well * String#scanf(?) * Object#fmt(?) * Integer#{bin,oct,hex,heX} @@ -67,6 +69,7 @@ Standard Libraries * optional stepsize argument for succ() * performance tune for String's non-bang methods. * Ruby module -- Ruby::Version, Ruby::Interpreter +* call initialize for builtin class too Extension Libraries |
