From: Richard Turner Date: 2005-01-22T00:46:11+09:00 Subject: Re: Refernce objects > We use [] for Arrays and Hashes: > > names = { :james => "Gray" } # define a Hash > names[:james] # access a Hash entry > > Hope that clears up the choice. > I think my brain's been melting today! I knew that, but somehow forgot it until I tries to def Section.{}! :( Thanks, my Section class is now much smaller and well factored. You help is much appreciated! Richard.