On Apr 24, 2006, at 7:56 AM, James Edward Gray II wrote:
Just delegate all the methods, then override as needed:
I am not really sending any other methods to @cells, I don't want to delegate anything to it. I really just want to change the accessor methods for the Array object @cells, like my aliasing code suggested. Any reason that code wouldn't work?
Haris
PS: Nice to see how delegating works in Ruby though. :)