[squeak-dev] #hasClassNamed

Torsten Bergmann astares at gmx.de
Wed Aug 25 07:43:22 UTC 2010


Dont know if this is something we should fix:

Smalltalk hasClassNamed: 'Object' -> true
Smalltalk hasClassNamed: #Object  -> true

but
Smalltalk hasClassNamed: Object -> false

Last one may be confusing and could be solved
by adding an additional #asString so it returns true too.

Bye
T.
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail



More information about the Squeak-dev mailing list