<div dir="ltr">Hi!<div> does anybody know why isSelfPseudoVariable checks for name = '{{self}}'?</div><div> I wrote an script to get the method node of all the methods in the image and no one sets {{self}} as name of a VariableNode, the key = 'self' if the one used to identify a VariableNode as a self pseudo var.</div><div> Here is the current implementation:</div><div><br></div><div>isSelfPseudoVariable<br>       "Answer if this ParseNode represents the 'self' pseudo-variable."<br><br> ^ key = 'self' or: [name = '{{self}}']</div><div><br></div><div>And here the script I wrote:</div><div><br>     | method methodNode |<br> ProtoObject withAllSubclassesDo: [ :aClass |<br>   aClass selectors do: [ :aSelector | <br>       method := aClass >> aSelector.<br>       methodNode := method methodNode.<br>       methodNode nodesDo: [ :node | <br>          (node isSelfPseudoVariable and: [ node name = '{{self}}']) ifTrue: [self halt].<br>                              ]]]<br clear="all"><div><br></div><div>Thanks!</div><div>Hernan.</div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><span style="font-family:tahoma,sans-serif;font-size:xx-small;border-collapse:collapse"><strong><span style="font-size:8pt"><span><span style="font-size:small"><font size="2"><span style="font-weight:normal"><span style="font-weight:bold">Hernán Wilkinson</span><br>Agile Software Development, Teaching & Coaching</span></font></span></span></span></strong></span></div><div><span style="font-family:tahoma,sans-serif;font-size:xx-small;border-collapse:collapse"><strong><span style="font-size:8pt"><span><span style="font-size:small"><font size="2"><span style="font-weight:normal">Phone: +54-011</span></font></span></span></span></strong></span><font face="tahoma, sans-serif" size="2">-4893-2057</font></div><div><strong style="font-family:tahoma,sans-serif;font-size:xx-small"><span style="font-size:8pt"><span style="font-size:small"><font size="2"><span style="font-weight:normal">Twitter: @HernanWilkinson</span></font></span></span></strong></div><div><span style="font-family:tahoma,sans-serif;font-size:xx-small;border-collapse:collapse"><strong><span style="font-size:8pt"><span><span style="font-size:small"><font size="2"><span style="font-weight:normal">site: <a href="http://www.10pines.com/" style="color:rgb(17,65,112)" target="_blank">http://www.10Pines.com</a></span></font></span></span></span></strong></span></div><div><font face="tahoma, sans-serif"><span style="border-collapse:collapse">Address: Alem 896</span></font>, Floor 6, Buenos Aires, Argentina</div></div></div></div></div></div></div></div></div></div></div></div></div></div>