# File lib/dm-core/property_set.rb, line 54 def index(property) each_index { |index| break index if at(index).name == property.name } end