Hi,
is there any explanation how SpecInterpreter works?
Because in MorphicRoassalAdapter class you have:
defaultSpec
^ #(RTViewForSpec
whenLastEventChangedDo: #(model whenLastEventChangedBlock))
and I cannot find out how this symbol magic is working.
Uko