# File lib/dm-core/property_set.rb, line 127 def inspect '#<PropertySet:{' + map { |property| property.inspect }.join(',') + '}>' end