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

sorbet: Update RBI files.
This commit is contained in:
Patrick Linnane 2025-03-18 18:03:43 +00:00 committed by GitHub
commit af6bbd7213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,6 +126,9 @@ class RuboCop::Cask::AST::Stanza
sig { returns(T::Boolean) }
def on_ventura?; end
sig { returns(T::Boolean) }
def os?; end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def parent_node(*args, &block); end