The Inbox: Sbe-apb.1.mcz

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

The Inbox: Sbe-apb.1.mcz

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


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Sbe-apb.1.mcz

Hannes Hirzel
What is this supposed to be used for?

--Hannes

On Wed, 4 Aug 2010 00:42:59.521 0000, [hidden email]
<[hidden email]> wrote:

> 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
> !
>
>
>