SmallSense__Info.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Sep 2013 13:19:20 +0100
changeset 76 6165c28490ab
parent 67 020b7461b15e
child 174 3e08d765d86f
permissions -rw-r--r--
Merged 2046f40e5dde and 7a71bbc338e2

"{ Package: 'jv:smallsense' }"

"{ NameSpace: SmallSense }"

Object subclass:#Info
	instanceVariableNames:'manager'
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Smalltalk-Types-Info'
!


!Info class methodsFor:'documentation'!

version_HG

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

version_SVN
    ^ '$Id: SmallSenseInfo.st 7834 2011-11-29 19:25:06Z vranyj1 $'
! !