From: ts Date: 2005-04-06T02:26:26+09:00 Subject: Re: [EVALUATION] - E03b - The Ruby Object Model >>>>> "A" == Austin Ziegler writes: A> ocInstance---->(ocInstance) A> | A> | A> v A> otherClass---->(OtherClass) Well, write it like this ocInstance-->(ocInstance) / / / / / / / / v otherClass-->(OtherClass) and don't say that ruby create the "singleton" class for ocInstance, only when it need it :-) Guy Decoux