July 3, 2014
10:42 a.m.
the SpecInterpreter turns this into RTViewForSpec new whenLastEventChangedDo: model whenLastEventChangedBlock where model refers to the instance being currently build 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