Improving setters.
This commit is contained in:
parent
8fe49106bb
commit
56ef3869ca
@ -230,3 +230,8 @@ Markdown >> printOn: aStream [
|
|||||||
Markdown >> title [
|
Markdown >> title [
|
||||||
^ title ifNil: [ title:= self headerAsTitle ]
|
^ title ifNil: [ title:= self headerAsTitle ]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
Markdown >> title: aString [
|
||||||
|
title := aString
|
||||||
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user