[squeak-dev] The Inbox: Kernel-cmm.519.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 17 16:30:44 UTC 2010


A new version of Kernel was added to project The Inbox:
http://source.squeak.org/inbox/Kernel-cmm.519.mcz

==================== Summary ====================

Name: Kernel-cmm.519
Author: cmm
Time: 17 November 2010, 10:30:16.821 am
UUID: 5337741e-1c5c-4392-9b43-98b2f9fb64a7
Ancestors: Kernel-cmm.518

Updated Singleton class-comment.

=============== Diff against Kernel-cmm.518 ===============

Item was changed:
  Object subclass: #Singleton
  	instanceVariableNames: ''
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Kernel-Objects'!
  Singleton class
  	instanceVariableNames: 'current'!
+ 
+ !Singleton commentStamp: 'cmm 11/17/2010 10:29' prior: 0!
+ A Singleton is an object for which, normally, there is only one instance at a time, accessed by the class-side #current method.!
  Singleton class
  	instanceVariableNames: 'current'!




More information about the Squeak-dev mailing list