function rb_str_cat

[edit]
VALUE rb_str_cat(VALUE str, const char *ptr, long len)

文字列 str に、長さ len (NUL 含まず)の C の文字列 ptr を破壊的に連結します。