diff --git a/repository/Grafoscopio-Utils/LeTextSnippet.extension.st b/repository/Grafoscopio-Utils/LeTextSnippet.extension.st index 538fe3f..41c4d3c 100644 --- a/repository/Grafoscopio-Utils/LeTextSnippet.extension.st +++ b/repository/Grafoscopio-Utils/LeTextSnippet.extension.st @@ -8,3 +8,8 @@ LeTextSnippet >> contentFrom: markdeepDiv [ sanitized := sanitized allButLast. self string: sanitized. ] + +{ #category : #'*Grafoscopio-Utils-Core' } +LeTextSnippet >> options [ + ^ options +]