Socialmetrica/Socialmetrica.package/TwitterUser.class/instance/tweets.st

3 lines
69 B
Smalltalk
Raw Normal View History

accessing
tweets
^ tweets ifNil: [ tweets := OrderedCollection new ]