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:
parent
dddc618d30
commit
6522b51ce5
Notes:
git
2021-09-10 20:01:02 +09:00
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ VALUE rb_ary_new_capa(long capa);
|
||||||
*/
|
*/
|
||||||
VALUE rb_ary_new_from_args(long n, ...);
|
VALUE rb_ary_new_from_args(long n, ...);
|
||||||
|
|
||||||
RBIMPL_ATTR_NONNULL(())
|
|
||||||
/**
|
/**
|
||||||
* Identical to rb_ary_new_from_args(), except how objects are passed.
|
* Identical to rb_ary_new_from_args(), except how objects are passed.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue