The Inbox: Kernel-cmm.519.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Kernel-cmm.519.mcz

commits-2
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'!