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