Skip to content

Commit

Permalink
initializing class variables that are not shared with superclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
adri09070 committed Apr 30, 2024
1 parent be84c61 commit 707c677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Chest/ClipboardChest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ ClipboardChest class >> defaultInstanceName [
^ 'ClipboardDefault'
]

{ #category : 'class initialization' }
ClipboardChest class >> initialize [

nextAvailableID := 1.
defaultInstance := nil
]

{ #category : 'accessing' }
ClipboardChest class >> lastClipboardKeys [

Expand Down

0 comments on commit 707c677

Please sign in to comment.