7 lines
127 B
Smalltalk
7 lines
127 B
Smalltalk
Extension { #name : 'Text' }
|
|
|
|
{ #category : '*petitparser-core-converting' }
|
|
Text >> asPetitStream [
|
|
^ string asPetitStream
|
|
]
|