# File lib/tins/xt/full.rb, line 29
    def all_full?
      if respond_to?(:all?) && all?(&:full?)
        block_given? ? yield(self) : self
      end
    end