# File lib/dm-types/uuid.rb, line 57 def self.typecast(value, property) value.kind_of?(::UUID) ? value : load(value, property) end