# File lib/rantly/shrinks.rb, line 190 def shrinkable? self.any?{|_,v| v.respond_to?(:shrinkable?) && v.shrinkable? } || !self.empty? end