зеркало из https://github.com/github/ruby.git
add static modifier for rb_hash_select_bang func
This commit is contained in:
Родитель
7c4e085938
Коммит
e5354de9f4
2
hash.c
2
hash.c
|
@ -2854,7 +2854,7 @@ keep_if_i(VALUE key, VALUE value, VALUE hash)
|
|||
* Hash#filter! is an alias for Hash#select!.
|
||||
*/
|
||||
|
||||
VALUE
|
||||
static VALUE
|
||||
rb_hash_select_bang(VALUE hash)
|
||||
{
|
||||
st_index_t n;
|
||||
|
|
Загрузка…
Ссылка в новой задаче