From e78ff08968357431c87914641f294185cfda3218 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 8 Mar 2012 15:25:04 +0000 Subject: * array.c (rb_ary_cat): new function to concat objects into array. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.EXT | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.EXT') diff --git a/README.EXT b/README.EXT index c57dba0bb7..ad45255bca 100644 --- a/README.EXT +++ b/README.EXT @@ -284,6 +284,9 @@ listed below: rb_ary_shift(VALUE ary) rb_ary_unshift(VALUE ary, VALUE val) + rb_ary_cat(VALUE ary, const VALUE *ptr, long len) + + Appends len elements of objects from ptr to the array. 2. Extending Ruby with C -- cgit v1.2.3