From: James Edward Gray II Date: 2006-01-13T00:08:16+09:00 Subject: Re: safe array index ? On Jan 12, 2006, at 8:51 AM, Wilson Bilkovich wrote: > I've been trying to get my head around Delegator, but I'm not seeing > what it does here. One problem is that all the examples in this thread have been leaving out the critical step, setting the object to delegate too in the constructor. Delegator is for passing calls on to *an object*. See the sample initialize() methods and documentation of DelegateClass() here: http://www.ruby-doc.org/stdlib/libdoc/delegate/rdoc/index.html Hope that helps. James Edward Gray II