Class Collection


back
printString
^ (self inject: '(' into: [:str :element | str + element + ' '] ) + ')'