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