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