We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9a9ee0 + 95c39c9 commit 2997a4aCopy full SHA for 2997a4a
Ghost-ObjectGhost/GHTMinimalGhost.trait.st
@@ -8,7 +8,7 @@ Method #isGhost is convinient method to easy check if object is ghost. It is imp
8
"
9
Trait {
10
#name : #GHTMinimalGhost,
11
- #category : 'Ghost-ObjectGhost'
+ #category : #'Ghost-ObjectGhost'
12
}
13
14
{ #category : #comparing }
@@ -22,10 +22,20 @@ GHTMinimalGhost >> == anObject [
22
self primitiveFailed
23
]
24
25
+{ #category : #converting }
26
+GHTMinimalGhost >> asCollectionElement [
27
+
28
+]
29
30
{ #category : #'set implementation' }
31
GHTMinimalGhost >> asSetElement [
32
33
34
+{ #category : #accessing }
35
+GHTMinimalGhost >> enclosedElement [
36
37
38
39
40
GHTMinimalGhost >> enclosedSetElement [
41
0 commit comments