diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-02 14:23:56 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-02 14:23:56 +0000 |
| commit | a58c224dcff50eec3149df0f91b8a0f2e8099db6 (patch) | |
| tree | 298c5c58a37d3eaa82cd1a77458721b4b6b93e52 /ChangeLog | |
| parent | 908e70185162e31fc716a8ff7895f221f70ff97c (diff) | |
object.c: skip prepending modules
* object.c (rb_obj_is_kind_of): skip prepending modules.
[ruby-core:54742] [Bug #8357]
* object.c (rb_class_inherited_p): ditto.
[ruby-core:54736] [Bug #8357]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu May 2 23:23:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * object.c (rb_obj_is_kind_of): skip prepending modules. + [ruby-core:54742] [Bug #8357] + + * object.c (rb_class_inherited_p): ditto. + [ruby-core:54736] [Bug #8357] + Thu May 2 22:11:47 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * bin/irb: remove dead code from sample/irb.rb. |
