# File lib/dm-types/uuid.rb, line 47
      def self.load(value, property)
        return nil if value.nil?
        ::UUID.parse(value)
      end