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

sorbet: Update RBI files.
This commit is contained in:
Markus Reiter 2020-12-25 14:04:07 +01:00 committed by GitHub
commit 7b68d213a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7851,6 +7851,11 @@ class Homebrew::Livecheck::Strategy::HeaderMatch
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::Livecheck::Strategy::PageMatch
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::Livecheck::Strategy::Sparkle::Item
def self.[](*_); end
@ -7862,6 +7867,11 @@ class Homebrew::Livecheck::Strategy::Sparkle
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Livecheck::Strategy
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Livecheck
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks