[squeak-dev] The Trunk: Collections-bf.475.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 16 16:51:35 UTC 2012


Bert Freudenberg uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-bf.475.mcz

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

Name: Collections-bf.475
Author: bf
Time: 16 May 2012, 6:50:58.033 pm
UUID: 6e9e82af-76de-45e9-8e1a-67229e47f36f
Ancestors: Collections-cmm.474

Add Stream>>print:maxDecimalPlaces:

=============== Diff against Collections-cmm.474 ===============

Item was added:
+ ----- Method: Stream>>print:maxDecimalPlaces: (in category 'printing') -----
+ print: anObject  maxDecimalPlaces: placesDesired
+ 	"Have anObject print itself on the receiver, with at most the given number of decimal places desired."
+ 
+ 	anObject printOn: self maxDecimalPlaces: placesDesired!



More information about the Squeak-dev mailing list