SmalllineManifestCheckerTest class >> DoIt
Can anyone tell me how the following fits into the system? SmalllineManifestCheckerTest class >> DoIt ^ MCWorkingCopy managersForClass: MFClassA do: [:p | ^ p first] Its currently "unclassified" and I need to fix that to submit a slice that otherwise doesn't touch this. cheers -ben
On 20 Mar 2014, at 16:27, Ben Coman <btc@openInWorld.com> wrote:
Can anyone tell me how the following fits into the system?
SmalllineManifestCheckerTest class >> DoIt ^ MCWorkingCopy managersForClass: MFClassA do: [:p | ^ p first]
Its currently "unclassified" and I need to fix that to submit a slice that otherwise doesn't touch this.
To me it looks like the method should just be deleted. DoIt is the selector of the methods generated for dots, but they are never installed in any class. Marcus
participants (2)
-
Ben Coman -
Marcus Denker