From 03c3c6c9f6dd3d4b7fc38ad66d542216b12d5df2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Oct 2005 12:42:50 +0000 Subject: * eval.c (rb_obj_respond_to): check if obj responds to the given method with the given visibility. [ruby-dev:27408] * eval.c (rb_respond_to): conform to Object#respond_to?. [ruby-dev:27411] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74c947460..715dcb4ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 11 21:41:58 2005 Nobuyoshi Nakada + + * eval.c (rb_obj_respond_to): check if obj responds to the given + method with the given visibility. [ruby-dev:27408] + + * eval.c (rb_respond_to): conform to Object#respond_to?. [ruby-dev:27411] + Sat Oct 8 20:04:40 2005 Nobuyoshi Nakada * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666] -- cgit