Merge pull request #18064 from Homebrew/sorbet-files-update

This commit is contained in:
Ruoyu Zhong 2024-08-16 08:34:02 +08:00 committed by GitHub
commit 21e3055eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,10 +16,4 @@ class Homebrew::DevCmd::Debugger::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def open?; end
sig { returns(T::Boolean) }
def s?; end
sig { returns(T::Boolean) }
def stop?; end
end