# File bin/el4r-instance, line 160 def []=(x,y) check x x < 0 and x = @length+x @ary[x]=y instance.aset(self, x, y) end