Tagging: minor change before sync.
This commit is contained in:
parent
1443293763
commit
f4e8af6f16
@ -2,6 +2,6 @@ Extension { #name : #LeTextSnippet }
|
||||
|
||||
{ #category : #'*MiniDocs' }
|
||||
LeTextSnippet >> tagged: aString [
|
||||
self optionAt: 'tags' ifPresent: [ (self optionAt: 'tags') add: aString ] ifAbsentPut: [ Set new ].
|
||||
self optionAt: 'tags' ifPresent: [ (self optionAt: 'tags') add: aString; yourself ] ifAbsentPut: [ Set new ].
|
||||
^ self optionAt: 'tags'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user