3 lines
64 B
Smalltalk
3 lines
64 B
Smalltalk
accessing
|
|
messages
|
|
^ array select: [ :tweet | tweet isNotNil ]. |