X Tutup
Skip to content

Commit 17db291

Browse files
author
Johan Brichau
committed
Temporarily add ReadWriteStream>>contents to Grease (which was removed from Pharo 7 in pharo-project/pharo@9e442ad#diff-ba7cc7962a4a22468a18b31fe75ada04 )
1 parent 14590d6 commit 17db291

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*Grease-Pharo70-Core
2+
contents
3+
4+
readLimit := readLimit max: position.
5+
^ collection copyFrom: 1 to: readLimit
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name" : "ReadWriteStream"
3+
}

0 commit comments

Comments
 (0)
X Tutup