# File lib/dm-types/bcrypt_hash.rb, line 10
      def primitive?(value)
        value.kind_of?(BCrypt::Password)
      end