You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MoTion/Object.extension.st
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@ Extension { #name : 'Object' }
2
2
3
3
{ #category : '*MoTion' }
4
4
Object>><=> aMatcherObject [
5
+
6
+
"The SpaceShip operator tries to match a property (of an object) on the left with a value on the right.
7
+
It is a polymorphic operator depending on the content in the Property. If this is an object, the operator tries to match this object to the Value; If it is a collection, the operator tries to match any element of the collection to the Value."
0 commit comments