|
|
|
|
|
by klibertp
1368 days ago
|
|
collect: [ :keyAndValue | (keyAndValue splitAt: '=') last ].
is why.EDIT: (it's been a few months since I used it, so I) made a mistake in the syntax (declared local variable instead of a formal block argument), it's fixed now. |
|