CypressWriter.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 10 Sep 2012 23:52:10 +0000
changeset 11 333528cd629a
child 13 f90704544ca0
permissions -rw-r--r--
- Cypress refactoring - towards a lot simpler code

"{ Package: 'stx:goodies/cypress' }"

Object subclass:#CypressWriter
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Cypress-New-Reader & Writer'
!


!CypressWriter class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !