Skip to content

Commit 2997a4a

Browse files
authored
Merge pull request #9 from maenu/v4.0.0-pharo-8-fix
Rename Pharo 8 deprecated methods
2 parents f9a9ee0 + 95c39c9 commit 2997a4a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Ghost-ObjectGhost/GHTMinimalGhost.trait.st

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Method #isGhost is convinient method to easy check if object is ghost. It is imp
88
"
99
Trait {
1010
#name : #GHTMinimalGhost,
11-
#category : 'Ghost-ObjectGhost'
11+
#category : #'Ghost-ObjectGhost'
1212
}
1313

1414
{ #category : #comparing }
@@ -22,10 +22,20 @@ GHTMinimalGhost >> == anObject [
2222
self primitiveFailed
2323
]
2424

25+
{ #category : #converting }
26+
GHTMinimalGhost >> asCollectionElement [
27+
28+
]
29+
2530
{ #category : #'set implementation' }
2631
GHTMinimalGhost >> asSetElement [
2732
]
2833

34+
{ #category : #accessing }
35+
GHTMinimalGhost >> enclosedElement [
36+
37+
]
38+
2939
{ #category : #'set implementation' }
3040
GHTMinimalGhost >> enclosedSetElement [
3141
]

0 commit comments

Comments
 (0)