"Filed out from GNU Smalltalk version 2.0k on 10-Mar-2003 20:58:44"! !ClassDescription methodsFor: 'organization of messages and classes'! createGetAndSetMethods (self instVarNames) do: [ :instanceVariable | self createGetMethod: instanceVariable asString; createSetMethod: instanceVariable asString ]! !