From: Nathan Smith Date: 2007-01-11T15:15:34+09:00 Subject: Re: how to change mindset from Records to objects ------=_Part_24664_33082617.1168496131201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 1/10/07, zyzygy@telstra.com wrote: > > Hi Gang, > > I'm creating this data in part from an input file and in part from > stored database information, and the whole tree of objects is created > so that the Initialize of one object calls the initialize of the next > sub object as needed. Can someone please point me at the Ruby way to do this? > > > Thanks > > Steve. > > Since you asked, there is a section on trees that may be helpful in the online sample chapter of The Ruby Way. ;) http://rubyhacker.com/coralbook/ch3.html#sec34 ------=_Part_24664_33082617.1168496131201--