diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-19 10:28:36 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-19 10:28:36 +0000 |
commit | 10df87080feb09dd4f57449e0a860109a279fa61 (patch) | |
tree | 8ae0e76cb06d94a303bf3397d9e3aa82b80942b9 /lib/README | |
parent | deb17c24ac226e4b3cf84edfda64ecec32728fad (diff) | |
download | ruby-10df87080feb09dd4f57449e0a860109a279fa61.tar.gz ruby-10df87080feb09dd4f57449e0a860109a279fa61.tar.xz ruby-10df87080feb09dd4f57449e0a860109a279fa61.zip |
added an entry (date/format.rb).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README b/lib/README index 9a680313d..0aa5e3754 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 |