# File lib/dm-core/resource.rb, line 196 def clean? persisted_state.kind_of?(State::Clean) || persisted_state.kind_of?(State::Immutable) end