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

sorbet: Update RBI files.
This commit is contained in:
Mike McQuaid 2025-06-13 13:35:16 +00:00 committed by GitHub
commit 9494385745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,9 +9,6 @@ class Cask::Cask
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def app(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def appcast(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def appdir(*args, &block); end