ruby-cvs:19627
From: shyouhei ruby-lang.org
Date: Sun, 27 May 2007 05:21:35 +0900 (JST)
Subject: [ruby-cvs:19627] Ruby:r12391: * eval.c (mnew): call of super via a method object should work again.
shyouhei 2007-05-27 05:21:34 +0900 (Sun, 27 May 2007)
New Revision: 12391
Modified files:
branches/ruby_1_8_6/ChangeLog
branches/ruby_1_8_6/eval.c
branches/ruby_1_8_6/test/ruby/test_method.rb
branches/ruby_1_8_6/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_6/ChangeLog?r1=12391&r2=12390
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/version.h?r1=12391&r2=12390
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/eval.c?r1=12391&r2=12390
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/test/ruby/test_method.rb?r1=12391&r2=12390