Hi, It’s not magic :)
You can directly query this programmatically. - Find all processors defined in the image: GTSpotter spotterExtendingMethods - Find the top level processors defined in the first step GTSpotter spotterExtendingMethods select: [ :each | each methodClass = GTSpotter ] You can find some more details in the last post: http://www.humane-assessment.com/blog/spotting-senders-references-with-gtspotter/ Does this make sense? Cheers, Doru > On Jan 19, 2016, at 12:36 PM, stepharo <[email protected]> wrote: > > Hi > > I was stupid enough to write in the book that #method is for methods. but > this is for #implementors. > So how do I get the list of categories in Spotter? > Magic? > > Stef > -- www.tudorgirba.com www.feenk.com "Not knowing how to do something is not an argument for how it cannot be done."
