And you can also find some explanations here: http://spec.st/docs/interpreter/#collect_the_data

Ben

On 03 Jul 2014, at 12:37, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:

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