PetitCommonMark/software/PetitParser/Text.extension.st

7 lines
127 B
Smalltalk
Raw Permalink Normal View History

Extension { #name : 'Text' }
{ #category : '*petitparser-core-converting' }
Text >> asPetitStream [
^ string asPetitStream
]