From eb0970089c9874da15f8adc6e0a719fc0b131e5b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 15 Jul 2000 13:37:03 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 05cec797e..b4918d91b 100644 --- a/ToDo +++ b/ToDo @@ -74,6 +74,9 @@ Standard Libraries - alternative for interator? => block_given? - regex - /p (make obsolete), /m (new) - consistent /, %, divmod +- unbound method object +- integrate final.rb into the core. +* make clone depend on dup * Enumerable#sort_by for Schwartzian transformation * String#scanf(?) * Object#fmt(?) -- cgit