We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8bdd57 + cc7e4e9 commit e8f54c9Copy full SHA for e8f54c9
src/Famix-Deprecated/MooseAbstractGroup.extension.st
@@ -0,0 +1,10 @@
1
+Extension { #name : #MooseAbstractGroup }
2
+
3
+{ #category : #'*Famix-Deprecated' }
4
+MooseAbstractGroup >> detect: aBlock ifOne: anotherBlock [
5
6
+ self deprecated: 'Use #detect:ifFound: instead.' transformWith: '`@rcv detect: `@arg1 ifOne: `@arg2' -> '`@rcv detect: `@arg1 ifFound: `@arg2'.
7
+ ^ self
8
+ detect: aBlock
9
+ ifFound: anotherBlock
10
+]
0 commit comments