Removing unnecessary method.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-12-14 17:10:23 -05:00
parent 738697bc63
commit 6825d9f242

View File

@ -189,12 +189,6 @@ String >> withoutXMLTagDelimiters [
^ self copyWithoutAll: #($< $>) ^ self copyWithoutAll: #($< $>)
] ]
{ #category : #'*MiniDocs' }
String >> yamlMetadata [
self yamlMetadataString ifNil: [^ nil ].
^ (YAML2JSON fromString: self yamlMetadataString)
]
{ #category : #'*MiniDocs' } { #category : #'*MiniDocs' }
String >> yamlMetadataClosingLineNumber [ String >> yamlMetadataClosingLineNumber [
"I return the line where the closing of the YAML metadata occurs or 0 if no closing is found." "I return the line where the closing of the YAML metadata occurs or 0 if no closing is found."