Merge pull request #13500 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
e3af102934
@ -3607,6 +3607,16 @@ class Object
|
|||||||
def self.yaml_tag(url); end
|
def self.yaml_tag(url); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module OnSystem::MacOSAndLinux
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
|
module OnSystem::MacOSOnly
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
module OnSystem
|
module OnSystem
|
||||||
extend ::T::Private::Methods::MethodHooks
|
extend ::T::Private::Methods::MethodHooks
|
||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user