Sept. 19, 2013
8:06 a.m.
On Sep 18, 2013, at 5:29 PM, Martin Dias <tinchodias@gmail.com> wrote:
RGClassDescriptionDefinition should be polymorphic with ClassDescription. But #instVarNamed: is protocol of Object, so why to override it there?
Concretely, I have instances of RGClassDefinition and I can't:
1) inspect them as regular objects 2) use STON to serialize
Because both use #instVarNamed:, which is answering nil.
To me it looks wrong for RGClassDefinition implementing #instVarNamed:. Marcus