# File lib/dm-core/property_set.rb, line 82 def unique_indexes index_hash = {} each { |property| parse_index(property.unique_index, property.field, index_hash) } index_hash end