From bbd798caa2e148e0ebd10b6a6f9aeaf1301a54d0 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 25 May 2000 05:55:12 +0000 Subject: 2000-05-25 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 117582c93..89fd0b3a4 100644 --- a/ToDo +++ b/ToDo @@ -76,6 +76,7 @@ Standard Libraries * String#{pred,prev}, String#downto * optional stepsize argument for succ() * Ruby module -- Ruby::Version, Ruby::Interpreter +* introduce Boolean class; super of TrueClass, FalseClass Extension Libraries -- cgit