diff --git a/Library/Homebrew/sorbet/rbi/parlour.rbi b/Library/Homebrew/sorbet/rbi/parlour.rbi index ceba77d5a0..0f043573bc 100644 --- a/Library/Homebrew/sorbet/rbi/parlour.rbi +++ b/Library/Homebrew/sorbet/rbi/parlour.rbi @@ -138,6 +138,11 @@ module Cask def token_conflicts?; end end + class Cask + sig { returns(T::Boolean) } + def loaded_from_api?; end + end + class Installer sig { returns(T::Boolean) } def binaries?; end