April 11, 2011
12:22 p.m.
Updates: Status: Closed Comment #12 on issue 3088 by marcus.d...@gmail.com: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 In 13140 this expression: SourcedMethodReference allInstances select: [:each | each stringVersion class == Text ] now returns an epmpty array. I think the image recompile fixed it.