From bf3d17c672abb63f2884126c4dceb8986b2285d6 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 9 Dec 2006 02:31:08 +0000 Subject: instead of File.exists?. a patch from Yutaka Kanemoto in [ruby-dev:30000]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c2e290d4..fe1cb60a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ Sat Dec 9 11:22:00 2006 Yukihiro Matsumoto * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist? - instead of File.exists?. [ruby-dev:30000] + instead of File.exists?. a patch from Yutaka Kanemoto + in [ruby-dev:30000]. Fri Dec 8 18:11:18 2006 NAKAMURA Usaku -- cgit