rb_ary_concat    6079 array.c            rb_define_method(rb_cArray, "concat", rb_ary_concat, 1);
rb_ary_concat     500 enum.c         	rb_ary_concat(ary, tmp);
rb_ary_concat     973 enum.c         	rb_ary_concat(ary, data->buf);
rb_ary_concat    1097 enum.c         	rb_ary_concat(ary, buf);
rb_ary_concat     729 ext/tk/tkutil/tkutil.c         return rb_ary_concat(ary, dst);
rb_ary_concat     773 ext/tk/tkutil/tkutil.c         return rb_ary_concat(ary, dst);
rb_ary_concat    3371 ext/win32ole/win32ole.c     rb_ary_concat(methods, ole_methods_from_typeinfo(pTypeInfo, mask));
rb_ary_concat      82 include/ruby/intern.h VALUE rb_ary_concat(VALUE, VALUE);
rb_ary_concat    8339 io.c           	rb_ary_concat(ary, lines);
rb_ary_concat    9689 io.c           	rb_ary_concat(args, v);
rb_ary_concat     205 pack.c         	rb_ary_concat(assoc, add);