StringCollection.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
   255 '
   255 '
   256 
   256 
   257 ' asStringCollection withoutTrailingBlankLines      
   257 ' asStringCollection withoutTrailingBlankLines      
   258     "
   258     "
   259 ! !
   259 ! !
       
   260 
   260 
   261 
   261 !StringCollection methodsFor:'printing & storing'!
   262 !StringCollection methodsFor:'printing & storing'!
   262 
   263 
   263 printOn:aStream
   264 printOn:aStream
   264     "print myself on aStream with embedded cr's"
   265     "print myself on aStream with embedded cr's"
   374 ! !
   375 ! !
   375 
   376 
   376 !StringCollection class methodsFor:'documentation'!
   377 !StringCollection class methodsFor:'documentation'!
   377 
   378 
   378 version
   379 version
   379     ^ '$Id: StringCollection.st 10660 2011-07-18 15:22:09Z vranyj1 $'
   380     ^ '$Id: StringCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   380 !
   381 !
   381 
   382 
   382 version_CVS
   383 version_CVS
   383     ^ '§Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.41 2011/04/11 09:17:14 stefan Exp §'
   384     ^ '§Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.41 2011/04/11 09:17:14 stefan Exp §'
   384 ! !
   385 !
       
   386 
       
   387 version_SVN
       
   388     ^ '$Id: StringCollection.st 10695 2011-09-28 19:07:49Z vranyj1 $'
       
   389 ! !