# File lib/dm-core/resource.rb, line 171
    def destroyed?
      readonly? && !key.nil?
    end