Ruby 2.3.0 リファレンスマニュアル > 関数一覧 > rb_str_cat2
VALUE rb_str_cat2(VALUE str, const char *ptr)
文字列 str に C の文字列 ptr を破壊的に 連結します。ptr はヌル終端を仮定しています。