Merge pull request #10603 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
d6cdc884de
8
Library/Homebrew/sorbet/rbi/gems/warning@1.1.0.rbi
Normal file
8
Library/Homebrew/sorbet/rbi/gems/warning@1.1.0.rbi
Normal 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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user