# File lib/rantly/shrinks.rb, line 113
  def initialize(a)
    @array = a
    @position = a.size - 1
  end