From 6bca00e5427263f7be1a93c58e351a60ba853b60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:00:16 +0000 Subject: [PATCH] Update RBI files for rubocop-rails. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- Library/Homebrew/sorbet/rbi/parlour.rbi | 5 +++++ 1 file changed, 5 insertions(+) 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