このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ

Ruby 1.8.7 リファレンスマニュアル

instance method Test::Unit::TestSuite#<<

self << test -> self[permalink][rdoc]

自身にテストを加えます。self を返します。

[PARAM] test:
自身に加える TestCase か TestSuite のインスタンスを与えます。