# File lib/spruz/xt/blank.rb, line 4
      def blank?
        respond_to?(:empty?) ? empty? : !self
      end