Update RBI files for minitest.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-09-06 18:30:59 +00:00
parent c35b049b3c
commit e5cbec7f15
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -8,6 +8,8 @@ module Minitest
class << self
def __run(reporter, options); end
def after_run(&block); end
def allow_fork; end
def allow_fork=(_arg0); end
def autorun; end
def backtrace_filter; end
def backtrace_filter=(_arg0); end