From: goodieboy Date: 2008-04-02T23:34:47+09:00 Subject: Testing a library, how to auto, autoload Hi, I'm writing some tests for a library, and don't want to "require" every single module/class. Anyone know if a quick way to set autoload for all modules/classes for library? Matt