A new version of Sbe was added to project The Inbox:
http://source.squeak.org/inbox/Sbe-apb.1.mcz==================== Summary ====================
Name: Sbe-apb.1
Author: eqw
Time: 4 August 2010, 7:36:58.369 am
UUID: f01bfd3c-b4b9-8c42-8ef4-11387a7afced
Ancestors:
A dummy package for the Squeak By Example book
==================== Snapshot ====================
SystemOrganization addCategory: #'SBE-Quinto'!
SystemOrganization addCategory: #'SBE-Monticello'!
----- Method: Object>>exampleMethod (in category '*sbe-monticello') -----
exampleMethod
^4!
Object subclass: #SBEBetterClass
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: 'SBE-Monticello'!
Object subclass: #SBEGoodClass
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: 'SBE-Monticello'!
----- Method: SBEGoodClass>>trialMethod (in category 'as yet unclassified') -----
trialMethod
!