SmallSenseConstantPO.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 02 Aug 2013 16:40:58 +0100
changeset 47 547d48a49dbd
parent 34 5be71b1d52ec
permissions -rw-r--r--
Added simple tab completion.

"{ Package: 'jv:smallsense' }"

SmallSensePO subclass:#SmallSenseConstantPO
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Interface-PO'
!


!SmallSenseConstantPO methodsFor:'testing'!

isSmallSenseConstantPO
    ^ true
! !

!SmallSenseConstantPO class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
!

version_SVN
    ^ '$Id: SmallSenseConstant.st 7825 2011-11-26 18:32:31Z vranyj1 $'
! !