How do you use delegate.rb?

I'm pretty close to having delegate.rb documented, but I want to include some examples. Can anyone give me a single real world use for SimpleDelegator? I have none.

Also, has anyone here ever inherited directly from the abstract class Delegator? I'm betting it's really rare, but please speak up if you have and tell me how you used it.

Thanks.

James Edward Gray II

look in tempfile.rb

ยทยทยท

On Dec 3, 2004, at 3:33 PM, James Edward Gray II wrote:

I'm pretty close to having delegate.rb documented, but I want to include some examples. Can anyone give me a single real world use for SimpleDelegator? I have none.

Also, has anyone here ever inherited directly from the abstract class Delegator? I'm betting it's really rare, but please speak up if you have and tell me how you used it.