than Travis found. But I once saw an image with long methods
for Collection(class)>>with: keyword's. They extended the class side
messes of Collection like this:
Collection(class)>>with:with:with:
Collection(class)>>with:with:with:with:
Collection(class)>>with:with:with:with:with:
...
So you could write
OrderedCollection with: $H with: $E with: $L with: $L with: $O
I guess they didnt know about Collection(class)>>withAll: which allows
you to write:
OrderedCollection withAll: #($H $E $L $L $O)