[squeak-dev] SystemNavigation >> #browseMethodsWhoseNamesContain:

Frank Shearar frank.shearar at gmail.com
Mon May 13 11:12:32 UTC 2013


This guy's basic structure is

Smalltalk isMorphic
    ifFalse: ["do something"]
    ifTrue: [ToolSet browseMessageNames: aString]

It seems to me that this should simply be

    ToolSet browseMessageNames: aString

where a non-Morphic ToolSet does the "do something" block.

Right?

frank


More information about the Squeak-dev mailing list