<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">HI!</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">   I'm on chapter 6 in the Cuis book and in Figure 6.8 there are a few lines of code that add behavior to just one instance of WidgetMorph.  It actually works great but I got curious and was surprised when I went to look at that code in the inspector and couldn't find it.  All I could find was the word `[closure]` in the place of the block but I bet someone here can do better:   </div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Does any genius here know a tricky or roundabout way to see that block of code after it has been applied? </div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Thank you,</div><div dir="ltr" data-setdir="false">John</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Reproducing this:</div><div dir="ltr" data-setdir="false">Cuis5.0-4928</div><div dir="ltr" data-setdir="false">Create a new WidgetMorph and inspect it and then put these two lines in the inspector:</div><div dir="ltr" data-setdir="false">`self setProperty: #handlesMouseDown: toValue: true.</div><div><div>self setProperty: #mouseButton1Up:localPosition: toValue: [:ignoredEvent :ignoredPosition| self color: Color random]</div><div dir="ltr" data-setdir="false">self hasProperty: #mouseButton1Up:localPosition:`</div></div><div dir="ltr" data-setdir="false">from p94/95 of The Cuis Book</div></div></body></html>