Update RBI files for minitest.

This commit is contained in:
BrewTestBot 2022-07-04 18:10:47 +00:00
parent eb0bb67b5f
commit 0b50be78d9
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -293,7 +293,7 @@ class Minitest::Test < ::Minitest::Runnable
def capture_exceptions; end
def class_name; end
def neuter_exception(e); end
def new_exception(klass, msg, bt); end
def new_exception(klass, msg, bt, kill = T.unsafe(nil)); end
def run; end
def sanitize_exception(e); end
def with_info_handler(&block); end