mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
71efad1ed3
commit
4e9382a827
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ vm_get_const_key_cref(const VALUE *ep)
|
|||
const rb_cref_t *key_cref = cref;
|
||||
|
||||
while (cref) {
|
||||
if (FL_TEST(CREF_CLASS(cref), FL_SINGLETON) ||
|
||||
if (FL_TEST(CREF_CLASS(cref), FL_SINGLETON) ||
|
||||
FL_TEST(CREF_CLASS(cref), RCLASS_CLONED)) {
|
||||
return key_cref;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue