Hello Again All,

I have created a couple of large test suites, which use LOTS of requires

require 'dir/test1'
require 'dir/test2'
...
require 'dir/test25'

In an effort to create tidier looking code, is it possible to use something 
like Java would have to import, or 'require' all the files in one line.

import dir.*

Thanks,

Fletch.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to