From 5d41fad200bb9ec8327dcd9be5c703db66f7c7a8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 12 Dec 2004 12:32:21 +0000 Subject: * test/ruby/test_super.rb (TestSuper#test_define_method): now methods from procs can call super. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 769d14547..a40e5b560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 12 21:32:14 2004 Nobuyoshi Nakada + + * test/ruby/test_super.rb (TestSuper#test_define_method): now methods + from procs can call super. + Sun Dec 12 10:35:10 2004 Dave Thomas * lib/rdoc/generators/template/html/html.rb (RDoc::Page): Don't -- cgit