sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2021-02-12 01:14:53 +00:00
parent 3f39c204cf
commit f66c47198e
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `warning` gem.
# Please instead update this file by running `tapioca sync`.
# typed: true
# THIS IS AN EMPTY RBI FILE.
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires

View File

@ -30018,8 +30018,27 @@ class WEBrick::HTTPServlet::FileHandler
def set_filesystem_encoding(str); end
end
module Warning::Processor
def clear(); end
def dedup(); end
def freeze(); end
def ignore(regexp, path=T.unsafe(nil)); end
def process(path=T.unsafe(nil), actions=T.unsafe(nil), &block); end
def warn(str); end
IGNORE_MAP = ::T.let(nil, ::T.untyped)
end
module Warning::Processor
end
module Warning
extend ::Warning
extend ::Warning::Processor
end
class WeakRef