ruby-cvs:15725
From: (nobu) <nobu ruby-lang.org>
Date: Tue, 11 Oct 2005 21:42:51 +0900
Subject: [ruby-cvs:15725] ruby: * eval.c (rb_obj_respond_to): check if obj responds to the given
nobu Tue, 11 Oct 2005 21:42:51 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog eval.c intern.h
Log:
* 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]
Revision Changes Path
1.2673.2.1321 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1320&r2=1.2673.2.1321
1.616.2.131 +21 -10 ruby/eval.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c?cvsroot=src&r1=1.616.2.130&r2=1.616.2.131
1.139.2.15 +3 -2 ruby/intern.h
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/intern.h?cvsroot=src&r1=1.139.2.14&r2=1.139.2.15