# File lib/dragonfly/url_attributes.rb, line 9
    def empty?
      @table.reject{|k, v| v.nil? }.empty?
    end