From: Joel VanderWerf Date: 2005-01-28T16:36:31+09:00 Subject: Re: Ten Things Every Java Programmer Should Know About Ruby Navindra Umanee wrote: > On the other hand, if you *want* to put each class in a file, you end > up having to painfully "require" each file every time you want to > access a class. Java can automatically find classes in the current > package and load them. Or is just me? Is there a Ruby Way? autoload?