add static modifier for rb_hash_keep_if func

This commit is contained in:
S-H-GAMELINKS 2020-05-22 03:15:42 +09:00 коммит произвёл Koichi Sasada
Родитель e5354de9f4
Коммит d707c92a35
1 изменённых файлов: 1 добавлений и 1 удалений

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);