1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

rb_ary_new_from_values: can take NULLs

Explicit check done at runtime.
This commit is contained in:
卜部昌平 2021-09-09 14:11:38 +09:00
parent dddc618d30
commit 6522b51ce5
Notes: git 2021-09-10 20:01:02 +09:00

View file

@ -97,7 +97,6 @@ VALUE rb_ary_new_capa(long capa);
*/
VALUE rb_ary_new_from_args(long n, ...);
RBIMPL_ATTR_NONNULL(())
/**
* Identical to rb_ary_new_from_args(), except how objects are passed.
*