From: Dan Wineman Date: 2009-08-27T01:00:52+09:00 Subject: Re: self.inherited but wait until subclass is fully defined? matt neuburg wrote: > Howdy. I am a class. There are certain rules for what you are supposed > to do when you subclass me, so as a sanity check I wish to introspect > your subclass to make sure it's obeying the contract. Is this even a good idea? What if I wanted to create an abstract subclass that doesn't obey the contract -- which is OK because it won't be instantiated -- but whose own subclasses do? -- Posted via http://www.ruby-forum.com/.