зеркало из https://github.com/github/ruby.git
add static modifier for rb_hash_keep_if func
This commit is contained in:
Родитель
e5354de9f4
Коммит
d707c92a35
2
hash.c
2
hash.c
|
@ -2881,7 +2881,7 @@ rb_hash_select_bang(VALUE hash)
|
|||
* See also Hash#select!.
|
||||
*/
|
||||
|
||||
VALUE
|
||||
static VALUE
|
||||
rb_hash_keep_if(VALUE hash)
|
||||
{
|
||||
RETURN_SIZED_ENUMERATOR(hash, 0, 0, hash_enum_size);
|
||||
|
|
Загрузка…
Ссылка в новой задаче