3 lines
135 B
Smalltalk
3 lines
135 B
Smalltalk
|
accessing
|
||
|
id
|
||
|
^ id ifNil: [id := (self profileImageUrl segments select: [ :each | each asInteger class = LargePositiveInteger]) first.]
|