ruby-cvs:16336
From: (nobu) <nobu ruby-lang.org>
Date: Tue, 17 Jan 2006 23:05:51 +0900
Subject: [ruby-cvs:16336] ruby: * object.c (rb_mod_const_get, rb_mod_const_defined): added optional
nobu Tue, 17 Jan 2006 23:05:51 +0900
Modified files:
ruby:
ChangeLog object.c
Log:
* object.c (rb_mod_const_get, rb_mod_const_defined): added optional
flag to search ancestors, which is defaulted to true.
fixed: [ruby-talk:175899]
Revision Changes Path
1.4909 +9 -3 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4908&r2=1.4909
1.183 +36 -13 ruby/object.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/object.c?cvsroot=src&r1=1.182&r2=1.183