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:
parent
6db7732fa3
commit
ceae9c3485
@ -4811,13 +4811,15 @@ module Kernel
|
|||||||
end
|
end
|
||||||
|
|
||||||
module Kernel
|
module Kernel
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
def self.at_exit(); end
|
def self.at_exit(); end
|
||||||
|
|
||||||
def self.fork(); 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
|
end
|
||||||
|
|
||||||
class KeyError
|
class KeyError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user