mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue