Ruby 2.3.0 リファレンスマニュアル > 関数一覧 > rb_str_cat
VALUE rb_str_cat(VALUE str, const char *ptr, long len)
文字列 str に、長さ len (NUL 含まず)の C の文字列 ptr を破壊的に連結します。