# File lib/dm-core/model/property.rb, line 198 def key_conditions(repository, key) self.key(repository.name).zip(key.nil? ? [] : key).to_hash end