# File lib/rantly/shrinks.rb, line 106
  def shrinkable?
    @array.any? {|e| e.respond_to?(:shrinkable?) && e.shrinkable? }
  end