Files
contact-book/ContactBook.package/Contact.class/instance/gravatarUrl.st
2018-05-12 15:25:36 +02:00

3 lines
117 B
Smalltalk

accessing
gravatarUrl
^ 'http://www.gravatar.com/avatar/', (MD5 hashMessage: email trimBoth asLowercase) hex, '.jpg'