Feb. 3, 2012
9:56 p.m.
oh, wait.. a test should be like following: rCopy := replacement copy. receiver replaceFrom: a to: b with: replacement startingAt: c. a to: b do: [:i | Â self assert: (receiver at: i) == (rCopy at: c + i - 1) ] -- Best regards, Igor Stasenko.