Fixing metadata removal packaging.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-02-04 12:15:57 -05:00
parent 0ff9bf1add
commit 27deeed6b3
1 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,8 @@ LeTextSnippet >> contentFrom: markdeepDiv [
sanitized := sanitized allButLast.
self string: sanitized.
]
{ #category : #'*Grafoscopio-Utils-Core' }
LeTextSnippet >> options [
^ options
]