Skip to content

Commit

Permalink
update extension method
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Oct 10, 2023
1 parent 8977263 commit 992be5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Roassal-Layouts-Util/SequenceableCollection.extension.st
@@ -0,0 +1,6 @@
Extension { #name : #SequenceableCollection }

{ #category : #'*Roassal-Layouts-Util' }
SequenceableCollection >> asGroup [
^ (RSGroup new: self size) addAll: self; yourself
]

0 comments on commit 992be5f

Please sign in to comment.