Skip to content

Commit

Permalink
sorbet: Update RBI files.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Dec 22, 2020
1 parent 9c1bdfe commit 722a040
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -7827,6 +7827,22 @@ class Homebrew::FormulaCreator
extend ::T::Private::Methods::SingletonMethodHooks
end

class Homebrew::Livecheck::Strategy::HeaderMatch
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end

class Homebrew::Livecheck::Strategy::Sparkle::Item
def self.[](*_); end

def self.members(); end
end

class Homebrew::Livecheck::Strategy::Sparkle
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end

module Homebrew::Livecheck
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
Expand Down

0 comments on commit 722a040

Please sign in to comment.