From be8aa918ef7924f45aa1880ebd274ff503eafef3 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 1 Nov 2009 15:39:58 +0000 Subject: Added a test method contributed by James M Lawrence, and merged a modification from r24868. * test/ruby/test_module.rb (TestModule#test_method_added): new test method. Patch by James M. Lawrence. c.f. [ruby-core:25536], r24867 and r24868. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09f75df36..e0af801fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Nov 1 22:04:33 2009 Yuki Sonoda (Yugui) + + * test/ruby/test_module.rb (TestModule#test_method_added): new test + method. Patch by James M. Lawrence. + c.f. [ruby-core:25536], r24867. + Sun Sep 13 01:15:49 2009 Tanaka Akira * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling. -- cgit