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 2020-12-25 01:27:31 +00:00
parent 5143b8629a
commit 9bc1326ac2

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