From 24c3331bdfa47339de70e5866132bf872e6d9d90 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 28 Dec 2013 23:21:14 +0000 Subject: vm_insnhelper.c: missing super in method module * vm_insnhelper.c (vm_search_super_method): direct superclass of a module is found when super called in a Method object generated a method defined in a module, call method_missing in that case. [ruby-core:59358] [Bug #9315] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f293481f87..7457abdef8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 29 08:21:09 2013 Nobuyoshi Nakada + + * vm_insnhelper.c (vm_search_super_method): direct superclass of a + module is found when super called in a Method object generated a + method defined in a module, call method_missing in that case. + [ruby-core:59358] [Bug #9315] + Sun Dec 29 07:27:51 2013 Benoit Daloze * compar.c (cmp_eq_recursive): Fix the return value, the value for -- cgit v1.2.3