mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
76fc1ce0a7
commit
43ff4ef912
1 changed files with 1 additions and 1 deletions
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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue