[Pkg] Sake : Sake-Core-damiencassou.93.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Dec 23 13:06:21 UTC 2008


A new version of Sake-Core was added to project Sake :
http://www.squeaksource.com/Sake/Sake-Core-damiencassou.93.mcz

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

Name: Sake-Core-damiencassou.93
Author: damiencassou
Time: 23 December 2008, 2:06:19 pm
UUID: cf71df5a-d3b5-4530-b15a-4fd4880b2bff
Ancestors: Sake-Core-damiencassou.92

- Adds SakeMeta>>printOn:

=============== Diff against Sake-Core-damiencassou.92 ===============

Item was added:
+ ----- Method: SakeMeta>>printOn: (in category 'printing') -----
+ printOn: aStream
+ 
+ 	"writes metadata in a user readable format"
+ 
+ 	self withIndexDo: [ :value :key | 
+ 			aStream
+ 				nextPutAll: key;
+ 				nextPutAll: ': ';
+ 				nextPutAll: value;
+ 				cr]
+ !



More information about the Packages mailing list