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