# File lib/dm-core/resource.rb, line 218
    def readonly?
      persisted_state.kind_of?(State::Immutable)
    end