Update RBI files for minitest.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
BrewTestBot 2023-01-02 18:09:58 +00:00
parent 9e486cd644
commit 941b500b95
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -277,10 +277,6 @@ class Minitest::SummaryReporter < ::Minitest::StatisticsReporter
def sync; end
def sync=(_arg0); end
def to_s; end
private
def binary_string; end
end
class Minitest::Test < ::Minitest::Runnable
@ -319,6 +315,7 @@ module Minitest::Test::LifecycleHooks
end
Minitest::Test::PASSTHROUGH_EXCEPTIONS = T.let(T.unsafe(nil), Array)
Minitest::Test::SETUP_METHODS = T.let(T.unsafe(nil), Array)
Minitest::Test::TEARDOWN_METHODS = T.let(T.unsafe(nil), Array)
class Minitest::UnexpectedError < ::Minitest::Assertion