Removing unnecessary method.
This commit is contained in:
parent
738697bc63
commit
6825d9f242
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user