From: Ivan Pirlik Date: 2007-03-31T02:09:35+09:00 Subject: Test::Unit::Collector::Dir @pattern Hello, I'm trying Test::Unit::Collector; it's really useful, but I don't understand while is @pattern read only: it's hardcoded to accept only files named test_* (which by the way is different from the naming scheme used in the documentation). Wouldn't it be better to have more flexibility? Ivan