Merge pull request #10603 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Bo Anderson 2021-02-12 02:22:20 +00:00 committed by GitHub
commit d6cdc884de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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