From 12e012ed5d9ea6be4e9729cd3fbd05081f71afea Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 10 Dec 2007 05:34:50 +0000 Subject: * eval.c (rb_f_public_send): rename invoke_method to public_send. it now invokes public method only no matter how it's called. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f952d08b..031d4740e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 10 14:33:50 2007 Yukihiro Matsumoto + + * eval.c (rb_f_public_send): rename invoke_method to public_send. + it now invokes public method only no matter how it's called. + Mon Dec 10 14:00:43 2007 Yukihiro Matsumoto * transcode.c: new file to provide encoding conversion features. -- cgit