git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-03-06 12:13:29 +00:00
Родитель fe2440261c
Коммит e0f5a6ab48
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -53,8 +53,8 @@ Fri Mar 6 07:00:44 2015 Koichi Sasada <ko1@atdot.net>
any more.
Note that one `Module#prepend` call creates two T_ICLASS objects.
One for refering to a prepending Module object, same as
`Module#include`. We don't nedd to care this T_ICLASS.
One for referring to a prepending Module object, same as
`Module#include`. We don't need to care this T_ICLASS.
One for moving original mtbl from a prepending class. We need to
mark such mtbl from this T_ICLASS object. To mark the mtbl,
we need to use `RCLASS_ORIGIN(klass)` on marking from a prepended