From: Timothy Hunter Date: 2006-09-29T06:44:52+09:00 Subject: Re: Ruby apps useing multiple files Nigel Wilkinson wrote: > Hi folks > > I'm writing an app in ruby and want to split it into more than one file > to make it more manageable. How do I get the main file to include the > others. Do I use some sort of include, require or load command or is > there some sort of library command like TCL has. > > Cheers > Nigel > > Use ri to read about "require" and "Kernel#load".