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