Happy !
ul / SourceCodeFixer
About SourceCodeFixer
A simple tool for migrating old source code with underscore assignments and non-CR line endings to ANSI assignments and CR line endings.
Fix all methods in the YourOldPackage package:
SourceCodeFixer fixMethodsInPackage: 'YourOldPackage'
Fix a single method #oldMethod in OldClass:
SourceCodeFixer fixMethod: OldClass >> #oldMethod
Fix all instance side methods in OldClass:
SourceCodeFixer fixMethods: OldClass methodDictionary values
