June 3, 2015
6:34 a.m.
Hi I 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