summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-19 10:28:36 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-19 10:28:36 +0000
commite592b8f28652b197c978f015bf222b8f6e9524ce (patch)
tree8ae0e76cb06d94a303bf3397d9e3aa82b80942b9 /lib/README
parentc1f213f4d0d1a438eb3ce10ca5d9deb11cb1418c (diff)
added an entry (date/format.rb).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 9a680313de..0aa5e37549 100644
--- a/lib/README
+++ b/lib/README
@@ -8,6 +8,7 @@ cgi.rb CGI support library
cgi/session CGI session class
complex.rb complex number suppor
date.rb date object
+date/format.rb date parsing and formatting
date2.rb date object (obsolete; use date)
debug.rb ruby debugger
delegate.rb delegates messages to other object