From ba2e3913ff759ef2cee51b64fb60e8d38ad75944 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 28 Sep 2007 14:17:28 +0000 Subject: * insnhelper.ci (vm_call_method): allow send! to call protected methods as well. [ruby-core:12280] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c68daae4..b68432b4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 28 23:15:31 2007 Yukihiro Matsumoto + + * insnhelper.ci (vm_call_method): allow send! to call protected + methods as well. [ruby-core:12280] + Fri Sep 28 22:33:47 2007 Koichi Sasada * benchmark/bm_so_fasta.rb: added. -- cgit