From 9a65bd2d766446e593b4c3ce8e3fd3a0e04074ca Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 Dec 2000 09:46:21 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/README | 4 ++-- lib/date.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/README b/lib/README index 765c380f7..de6a43af0 100644 --- a/lib/README +++ b/lib/README @@ -4,8 +4,8 @@ README this file base64.rb encode/decode base64 (obsolete) cgi-lib.rb decode CGI data complex.rb complex number suppor -date.rb date object (compatible) -date2.rb yet another (better) date object +date.rb date object +date2.rb date object (compatible) debug.rb ruby debugger delegate.rb delegate messages to other object e2mmap.rb exception utilities diff --git a/lib/date.rb b/lib/date.rb index 8c83db015..4abf75f43 100644 --- a/lib/date.rb +++ b/lib/date.rb @@ -1,5 +1,5 @@ -# date2.rb: Written by Tadayoshi Funaba 1998-2000 -# $Id: date2.rb,v 1.22 2000-07-16 10:23:40+09 tadf Exp $ +# date.rb: Written by Tadayoshi Funaba 1998-2000 +# $Id: date.rb,v 1.22 2000-07-16 10:23:40+09 tadf Exp $ class Date -- cgit