From: Yukihiro Matsumoto Date: 2010-01-29T01:49:26+09:00 Subject: [ruby-dev:40224] Re: [Bug:trunk] three bugs of Matrix::Scalar まつもと ゆきひろです In message "Re: [ruby-dev:40191] Re: [Bug:trunk] three bugs of Matrix::Scalar" on Wed, 27 Jan 2010 23:35:01 +0900, keiju@ishitsuka.com (石塚圭樹) writes: |>+ def test_compare_by_row_vectors |>+ assert(@m1.compare_by_row_vectors([[1, 2, 3], [4, 5, 6]])) |>+ end | |もともと, Matrix#compare_by_row_vectors って Matrix同士の比較のためな |ので, こう言ったことは想定していなかったんですよねぇ... それってcompare_by_row_vectorsは内部実装用で、テストの対象外っ てことですか? それとも、引数はMatrixに限るってこと?