From 241ca7bfff26b1f624ef64212b68d76efcb78f9d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Dec 2013 02:25:58 +0000 Subject: object.c: nested path const_defined? * object.c (rb_mod_const_defined): support nested class path as well as const_get. [Feature #7414] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48c4203e74..5ee650b19c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 14 11:25:56 2013 Nobuyoshi Nakada + + * object.c (rb_mod_const_defined): support nested class path as + well as const_get. [Feature #7414] + Sat Dec 14 01:31:52 2013 Nobuyoshi Nakada * eval.c (rb_rescue2): reuse tags pushed for body proc to protect -- cgit v1.2.3