Socialmetrica/Socialmetrica.package/Tweet.class/instance/wordsInLowercase.st

3 lines
77 B
Smalltalk

accessing
wordsInLowercase
^ self words collect: [:word | word asLowercase ]