ruby-cvs:19629
From: shyouhei ruby-lang.org
Date: Sun, 27 May 2007 05:50:33 +0900 (JST)
Subject: [ruby-cvs:19629] Ruby:r12393: * eval.c (mnew): call of super via a method object should work again.
shyouhei 2007-05-27 05:50:32 +0900 (Sun, 27 May 2007)
New Revision: 12393
Modified files:
branches/ruby_1_8_5/ChangeLog
branches/ruby_1_8_5/eval.c
branches/ruby_1_8_5/test/ruby/test_method.rb
branches/ruby_1_8_5/version.h
Log:
* eval.c (mnew): call of super via a method object should work again.
[ruby-talk:248647], Thanks Calamitas.
* test/ruby/test_method.rb (TestMethod::test_method_super): test for
above fix.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/test/ruby/test_method.rb?r1=12393&r2=12392
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/version.h?r1=12393&r2=12392
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ChangeLog?r1=12393&r2=12392
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/eval.c?r1=12393&r2=12392