ruby-cvs:21083
From: nobu ruby-lang.org
Date: Fri, 9 Nov 2007 10:43:57 +0900 (JST)
Subject: [ruby-cvs:21083] Ruby:r13846 (trunk): * eval.c (send_internal): use self in the previous frame to check for
nobu 2007-11-09 10:43:57 +0900 (Fri, 09 Nov 2007)
New Revision: 13846
Modified files:
trunk/ChangeLog
trunk/eval.c
trunk/insnhelper.ci
Log:
* eval.c (send_internal): use self in the previous frame to check for
protected methods. [ruby-core:13254]
* insnhelper.ci (vm_call_method): send! method has gone.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insnhelper.ci?r1=13846&r2=13845
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13846&r2=13845
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval.c?r1=13846&r2=13845