From: "M. Edward (Ed) Borasky" Date: 2006-08-06T12:00:43+09:00 Subject: Resubmitting legacy RCR 161 Some time back, RCR 161 was submitted to add a []= method to the Matrix class defined in "matrix.rb". Apparently, this was imported from an older database and needs to be resubmitted. Can "anyone" (for example, me) do that, or does it have to be the original submitter? I took a look at the code and I can't imagine what having that method would break -- I was surprised when m = Matrix.I(10) m[0,1] = -1 threw an error.