From dea4be4ca562bd34eaab686ff687e5d9bccb7b67 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 18 Sep 2005 21:38:40 +0000 Subject: * lib/fileutils.rb: method renaming: collect_methods -> collect_method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f43e39b0..a59e092e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 19 06:38:03 2005 Minero Aoki + + * lib/fileutils.rb: method renaming: collect_methods -> + collect_method. + Mon Sep 19 05:58:59 2005 Minero Aoki * lib/fileutils.rb: use module_function instead of single extend. -- cgit