Skip to content

Commit d8bdd57

Browse files
authored
Merge pull request #907 from jecisc/detect-ifOne
Remove #detect:ifOne:
2 parents 35bc48c + 3b8cdc4 commit d8bdd57

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Moose-Core/MooseAbstractGroup.class.st

-8
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,6 @@ MooseAbstractGroup >> detect: aBlock ifNone: anotherBlock [
323323
^ self entities detect: aBlock ifNone: anotherBlock
324324
]
325325

326-
{ #category : #enumerating }
327-
MooseAbstractGroup >> detect: aBlock ifOne: anotherBlock [
328-
329-
^ self entities
330-
detect: aBlock
331-
ifOne: anotherBlock
332-
]
333-
334326
{ #category : #enumerating }
335327
MooseAbstractGroup >> detectMax: aString [
336328

0 commit comments

Comments
 (0)