add static modifier for rb_hash_keep_if func
This commit is contained in:
parent
e5354de9f4
commit
d707c92a35
Notes:
git
2020-05-22 11:51:56 +09:00
2
hash.c
2
hash.c
@ -2881,7 +2881,7 @@ rb_hash_select_bang(VALUE hash)
|
|||||||
* See also Hash#select!.
|
* See also Hash#select!.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
VALUE
|
static VALUE
|
||||||
rb_hash_keep_if(VALUE hash)
|
rb_hash_keep_if(VALUE hash)
|
||||||
{
|
{
|
||||||
RETURN_SIZED_ENUMERATOR(hash, 0, 0, hash_enum_size);
|
RETURN_SIZED_ENUMERATOR(hash, 0, 0, hash_enum_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user