extensions.st
branchjv
changeset 1132 8f067a08ff02
parent 1123 1bf6a20c9966
parent 1131 79318af3b3c4
child 1135 1e88d69bdc81
--- a/extensions.st	Mon Aug 31 16:30:28 2020 +0100
+++ b/extensions.st	Mon Sep 07 12:41:38 2020 +0100
@@ -25,6 +25,17 @@
     "Created: / 14-09-2010 / 15:35:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!AutomagicSourcePorter methodsFor:'porting-monticello'!
+
+visitMethodDefinition: anMCMethodDefinition
+    source := anMCMethodDefinition source asStringWithNativeLineEndings .
+    klass := anMCMethodDefinition actualClass.
+    self rewrite.
+    anMCMethodDefinition source: source asStringWithSqueakLineEndings.
+
+    "Created: / 03-07-2020 / 00:49:28 / Jan Vrany <jan.vrany@labware.com>"
+! !
+
 !Behavior methodsFor:'*monticello-squeakCompatibility'!
 
 traitCompositionString