Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Arrayクラス > to_s
to_s -> String
Array#join($,) と同じです。
[1, 2, 3, 4].to_s # => "1234"