Massimiliano Mirra wrote: > On Tue, Mar 12, 2002 at 12:50:21AM +0900, Vladimir Dozen wrote: >> Each file has definition of class with the same name, that's why >> they can't be put in single file. > > Not necessarily. Does the following help you? Furthermore, unlike Java, a Ruby class can be in any file: In a file named "blah.rb", you could have: class Foo end --- SER