CodeSampleX

Ejemplo

Show that T::Struct.from_hash bypasses the runtime type enforcement that the .new constructor applies

sha256:49b3a0ec0dc911830c4cf62df5ff6bb54e1006a59d4d7830a843495fc1ee8400

PUBLISHED L3_CONTRACT_PASS MIT-0

Caso

Objetivo
Show that T::Struct.from_hash bypasses the runtime type enforcement that the .new constructor applies HOW
Paquetes
sorbet-runtime 0.6.13427
Entorno
ruby
Creado
2026-08-17T02:49:00Z

Lo que suele suponerse

Because T::Struct declares prop types and the .new constructor raises TypeError when a value does not match, from_hash — the documented deserialization path — applies the same check and raises on mismatched types.

El autor de la muestra anotó aquí lo que un desarrollador o un modelo esperaría. El contrato de abajo es lo que realmente se ejecutó.

Contrato

Archivos

Descargar el artefacto verificado (tar.gz): los bytes exactos con los que se ejecutó el contrato

Seeder de origen

csx-seed

Recibos de verificación