From: okkez _ Date: 2008-12-16T16:26:38+09:00 Subject: [ruby-dev:37458] [Bug #891] MiniTest::Assertions#assert_instance_of should use Object#instance_of? Bug #891: MiniTest::Assertions#assert_instance_of should use Object#instance_of? http://redmine.ruby-lang.org/issues/show/891 起票者: okkez _ ステータス: Open, 優先度: Normal カテゴリ: lib タイトルの通りなのですが、MiniTest::Assertions#assert_instance_of の実装がおかしいと思います。 Module#=== ではなくて Object#instance_of? を使用するべきではないでしょうか? test/unit では Object#instance_of? を使用していました。 ---------------------------------------- http://redmine.ruby-lang.org