In general you are correct, but newcomers are more familiar with a click paradigm that a select &doIt paradigmso this specific case is different.�� In the interest of teaching how to fish :), here is how you can discover these sorts of answers for yourself...��Tools > Finder > Sourcethen search for... ProfStef goand you'll see...�� WelcomeHelp-class>>learnwhich does...����(self doItFrom: 'ProfStef go.')Double-clicking "doItFrom:" selects it, then hitting <Ctrl-M> does "Code search... > implementors of it"that is commented...�� [left as an exercise for the reader]