1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-24 15:55:41 -05:00

Ruby: declare KernAux.assert_cb[=] API as unsafe

This commit is contained in:
Alex Kotov 2022-05-31 22:32:10 +03:00
parent f5cf7cb9ca
commit 09b1528d4a
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -26,6 +26,8 @@ module KernAux
# @!attribute [rw] assert_cb
# Panic callback.
#
# @api unsafe
#
# @see .panic
# @see .assert_do
##