Update RBI files for minitest.

This commit is contained in:
BrewTestBot 2021-12-15 18:12:40 +00:00
parent a0c29cfe16
commit cef23046ed
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `minitest` gem.
# Please instead update this file by running `bin/tapioca gem minitest`.
# typed: true
module Minitest
class << self
def __run(reporter, options); end
@ -292,6 +292,7 @@ class Minitest::Test < ::Minitest::Runnable
def capture_exceptions; end
def class_name; end
def run; end
def sanitize_exception(e); end
def with_info_handler(&block); end
class << self