rb_ary_cat        945 array.c            return rb_ary_cat(ary, argv, argc);
rb_ary_cat        482 enumerator.c   	    rb_ary_cat(args, argv, argc);
rb_ary_cat       1289 enumerator.c   	rb_ary_cat(args, argv, argc);
rb_ary_cat         74 ext/-test-/tracepoint/tracepoint.c     rb_ary_cat(result, track.objects, track.objects_count);
rb_ary_cat        113 ext/tk/tkutil/tkutil.c static VALUE rb_ary_cat _((VALUE, const VALUE *, long));
rb_ary_cat        633 ext/tk/tkutil/tkutil.c             rb_ary_cat(val, RARRAY_CONST_PTR(pair) + 1, RARRAY_LEN(pair) - 1);
rb_ary_cat        679 ext/tk/tkutil/tkutil.c             rb_ary_cat(val, RARRAY_CONST_PTR(pair) + 1, RARRAY_LEN(pair) - 1);
rb_ary_cat       9364 gc.c               rb_ary_cat(stress_to_class, argv, argc);
rb_ary_cat       2557 hash.c             rb_ary_cat(ary, pair, 2);
rb_ary_cat         66 include/ruby/intern.h VALUE rb_ary_cat(VALUE, const VALUE *, long);
rb_ary_cat        206 load.c         	rb_ary_cat(this_feature_index, feature_indexes, numberof(feature_indexes));