Skip to content

Commit

Permalink
Classify nextPutAllOn: in operations protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Mar 19, 2024
1 parent 38c4668 commit 3659170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ do: aBlock
1
to: self size
do: [ :index |
aBlock value: (self at: index) ]
aBlock value: (self at: index) ]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
private
operations
nextPutAllOn: aStream

self do: [ :element | aStream nextPut: element ]

0 comments on commit 3659170

Please sign in to comment.