1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2018-08-21 22:01:34 +00:00
parent 2aefb19888
commit b448f23e21
6 changed files with 51 additions and 56 deletions

View file

@ -13,4 +13,4 @@ specs:
5. Name the C functions 'array_spec_rb_ary_new'.
6. Wrap the code in the optional/capi/ext/array_spec.c in
'#ifdef HAVE_RB_ARY_NEW'
6. Attach the C function to the class using the name 'rb_ary_new'
7. Attach the C function to the class using the name 'rb_ary_new'