4 lines
177 B
Smalltalk
4 lines
177 B
Smalltalk
|
accessing
|
||
|
profileImageUrl
|
||
|
^ profileImageUrl ifNil: [
|
||
|
profileImageUrl := ((self rssFeed xmlDocument xpath: '//image/url') stringValue copyReplaceAll: '%2F' with: '/') asUrl ]
|