# File lib/extras/as_rectarray.rb, line 16
def
[]=
(
row
,
col
,
obj
)
@arr
[
index
(
row
,
col
)] =
obj
end