From a974041b0ef744c102b2b15ff30b91b4b0ea8a1c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 30 Dec 2015 00:58:58 +0000 Subject: object.c: fix prepend cmp * object.c (rb_class_inherited_p): search the corresponding ancestor to prepended module from prepending class itself. [ruby-core:72493] [Bug #11878] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 797a879c39..2e2202f6e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 30 09:58:56 2015 Nobuyoshi Nakada + + * object.c (rb_class_inherited_p): search the corresponding + ancestor to prepended module from prepending class itself. + [ruby-core:72493] [Bug #11878] + Wed Dec 30 09:20:00 2015 Yuki Kurihara * test/stringio/test_io.rb (test_flag): add assertion for error when -- cgit v1.2.3