# File lib/ruote/storage/base.rb, line 96
    def empty? (type)

      (get_many(type) == [])
    end