Ruby 1.9.3 リファレンスマニュアル > 関数一覧 > rb_str_concat

function rb_str_concat

VALUE rb_str_concat(VALUE s1, VALUE s2)

equivalent to "s1.concat s2"