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

function rb_str_concat

VALUE rb_str_concat(VALUE s1, VALUE s2)

equivalent to "s1.concat s2"