# File lib/rantly/shrinks.rb, line 142
  def each(&block)
    @array.each(&block)
  end