Update RBI files for minitest.

This commit is contained in:
BrewTestBot 2022-06-21 18:14:57 +00:00
parent b29f603666
commit 1c2b87568a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 1 additions and 1 deletions

View File

@ -3526,7 +3526,7 @@ class Object
def __send!(*arg); end
def stub(name, val_or_callable, *block_args, **block_kwargs); end
def stub(name, val_or_callable, *block_args, **block_kwargs, &block); end
def to_yaml(options=T.unsafe(nil)); end
ARGF = ::T.let(nil, ::T.untyped)