Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.334.mcz==================== Summary ====================
Name: System-cmm.334
Author: cmm
Time: 8 June 2010, 6:30:29.872 pm
UUID: d9919bed-0635-4e54-bcc5-928717529c62
Ancestors: System-dtl.333
- Provide access to RealEstateAgent "StandardSize" class-variable so it can be easily overridden via script.
=============== Diff against System-dtl.333 ===============
Item was added:
+ ----- Method: RealEstateAgent class>>standardSize: (in category 'accessing') -----
+ standardSize: extent
+ ^ StandardSize := extent!
Item was added:
+ ----- Method: RealEstateAgent class>>standardSize (in category 'accessing') -----
+ standardSize
+ ^ StandardSize!