From 70193e15a0d6e5edafa98174432da58fa2378a1b Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 18 Sep 2005 20:59:29 +0000 Subject: * lib/fileutils.rb: use module_function instead of single extend. * test/fileutils/test_fileutils.rb: test existence of singleton methods. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fbba2c1a9..8f43e39b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 19 05:58:59 2005 Minero Aoki + + * lib/fileutils.rb: use module_function instead of single extend. + + * test/fileutils/test_fileutils.rb: test existence of singleton + methods. + Mon Sep 19 05:32:41 2005 Minero Aoki * lib/fileutils.rb (remove_entry_secure): does not use chdir(2). -- cgit