From 61876de19e53e34210e5faa58e8bdd07f670a231 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 8 Dec 2006 08:01:06 +0000 Subject: * bin/rdoc: ues File.exist? instead of File.exists. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5417cc96..212503013 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 8 17:00:13 2006 NAKAMURA Usaku + + * bin/rdoc: ues File.exist? instead of File.exists. + Thu Dec 7 23:50:21 2006 Yukihiro Matsumoto * object.c (Init_Object): new method Dir.exist?(path). -- cgit