# File lib/dragonfly/utils.rb, line 10
    def blank?(obj)
      obj.respond_to?(:empty?) ? obj.empty? : !obj
    end