7 lines
138 B
Smalltalk
7 lines
138 B
Smalltalk
|
Extension { #name : 'Stream' }
|
||
|
|
||
|
{ #category : '*petitparser-core-converting' }
|
||
|
Stream >> asPetitStream [
|
||
|
^ self contents asPetitStream
|
||
|
]
|