dumping ALL the docs [newbie]

Jason McVay jmcvay at bigfoot.com
Fri Jul 30 20:58:07 UTC 1999


er, ah, i hate to ask another newbie questions, but after i file in it, i 
can't get it work. is there some initialization i need to do? what class of
object does #allCommentsOn look for?

sorry, but i'mma learnin'.
jason

----------
>From: Laurence Rozier <lrozier at thepattern.com>
>To: squeak at cs.uiuc.edu
>Subject: Re: dumping ALL the docs [newbie]
>Date: Fri, Jul 30, 1999, 12:55 PM
>

> 'From Squeak 2.4a of April 21, 1999 on 30 July 1999 at 10:34:28 am'!
>
> !ClassDescription methodsFor: 'PASS' stamp: 'LPR 7/30/1999 10:29'!
> allCommentsOn: anHtmlFileStream
>  self subclasses do:
>   [:each |
>   anHtmlFileStream command: 'h3';
>    nextPutAll: each name;
>    command: '/h3';
>    cr;
>    nextPutAll: each comment;
>    command: 'blockquote'.
>   each allCommentsOn: anHtmlFileStream.
>   anHtmlFileStream command: '/blockquote']! !
> 





More information about the Squeak-dev mailing list