Description
Provides a small Ruby assertion system for testing or validation code. It is useful for developers who need lightweight assertions without depending on a larger testing framework.
Assertions can expose internal values in failure messages. Avoid including secrets or private records in assertion output that may go to logs or CI systems.