From da930cc53bc2484992d3d30b56153cee3b63a526 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 13 Oct 2009 23:08:27 +0000 Subject: * proc.c (mnew): Method#new checks for respond_to_missing? with private set to true [ruby-core:26069] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc0f2bb79..01e99271d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 14 08:08:12 2009 Marc-Andre Lafortune + + * proc.c (mnew): Method#new checks for respond_to_missing? with + private set to true + [ruby-core:26069] + Tue Oct 13 21:05:01 2009 NARUSE, Yui * tool/enc-unicode.rb, -- cgit