From: Han Holl Date: 2006-03-03T21:26:51+09:00 Subject: Re: Mutual require problem ------=_Part_2382_16884348.1141388795882 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Another useful technique here is autoloading. There are cases where require is needed, but in general autoload is much better. Looser coupling, less memory use, faster programs. Cheers, Han Holl On 3/3/06, Guest wrote: > > Thank you adam for your answers, > > I have resolved the problem with a toplevel file which contains > the sequence of require. > > Bye. > > -- > Renaud Delbru > > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_2382_16884348.1141388795882--