From 9537e8ffe5b7a0e6a2a791e1886509dc98b6d3f9 Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 6 Aug 2012 07:00:19 +0000 Subject: * internal.h, class.c, eval.c, insns.def: find the appropriate receiver for super called in instance_eval. If such a receiver is not found, raise NoMethodError. [ruby-dev:39772] [Bug #2402] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 822c520bd6..cf3cd87999 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 6 15:54:50 2012 Shugo Maeda + + * internal.h, class.c, eval.c, insns.def: find the appropriate + receiver for super called in instance_eval. If such a receiver is + not found, raise NoMethodError. [ruby-dev:39772] [Bug #2402] + Mon Aug 6 14:54:38 2012 Shugo Maeda * include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo. -- cgit v1.2.3