From 4e0c7868b3fbf69c88acf04f501be3ff7794f33d Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Tue, 23 Apr 2024 15:45:24 +0800 Subject: [PATCH] brew tc --update --- Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/list.rbi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/list.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/list.rbi index 13734e1e12..1414e477a2 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/list.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/list.rbi @@ -5,9 +5,6 @@ # Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::List`. class Homebrew::CLI::Args - sig { returns(T::Boolean) } - def auto?; end - sig { returns(T::Boolean) } def cask?; end @@ -32,9 +29,6 @@ class Homebrew::CLI::Args sig { returns(T::Boolean) } def l?; end - sig { returns(T::Boolean) } - def manual?; end - sig { returns(T::Boolean) } def multiple?; end