зеркало из https://github.com/github/ruby.git
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
76fc1ce0a7
Коммит
43ff4ef912
2
class.c
2
class.c
|
@ -1848,7 +1848,7 @@ rb_extract_keywords(VALUE *orighash)
|
|||
rb_hash_foreach(hash, separate_symbol, (st_data_t)&parthash);
|
||||
*orighash = parthash[1];
|
||||
if (parthash[1] && RBASIC_CLASS(hash) != rb_cHash) {
|
||||
RBASIC_SET_CLASS(parthash[1], RBASIC_CLASS(hash));
|
||||
RBASIC_SET_CLASS(parthash[1], RBASIC_CLASS(hash));
|
||||
}
|
||||
return parthash[0];
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче