Description
Adds Sorbet runtime type checks to Ruby applications. It is useful when projects want type signatures to catch some incorrect values while the code is running.
Runtime type checks help find mistakes but do not replace validation or tests. Keep signatures accurate and be careful with performance on hot paths.