HiI would like to do the following: recompile the method category into a method name group without removing for now the method category. I have to do that 125 times :)
so I did
RBLintRule
addSelector: #group
withMethod: ((RBLintRule methodDictionary at: #category) ast
selector: #group; generate)
and it worked :) At least I believe. Great system
