# File lib/rantly/shrinks.rb, line 58
  def []=(i, value)
    @array[i] = value
  end