Skip to content

Commit 37509d9

Browse files
author
aless.hosry
committed
Commenting tilde
1 parent c52322b commit 37509d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MoTion/Object.extension.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Object >> <=> aMatcherObject [
1111

1212
{ #category : '*MoTion' }
1313
Object >> <~=> aMatcherObject [
14+
15+
"the tilde version is a negation of the spaceship, it specifies that the Property should not match the Value; It is the only way to specify a negation in MoTion."
16+
1417
^ self -> (MatcherNAC of: aMatcherObject asMatcher)
1518
]
1619

0 commit comments

Comments
 (0)