Here is some nice recursion that kills my pharo image....   (updated  
to 10246)

Here are three MIMEDocument methods:


mimeType

        ^self type

type
        "Deprecated. Use contentType instead."

        ^ self contentType


contentType

        ^self mimeType asString

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to