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 2023-02-28 00:30:18 +00:00
parent 6db7732fa3
commit ceae9c3485
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -4811,13 +4811,15 @@ module Kernel
end
module Kernel
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
def self.at_exit(); end
def self.fork(); end
def self.load(*arg); end
def self.hpricot_slate_method_added(name); end
def self.method_added(name); end
def self.load(*arg); end
end
class KeyError