sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2025-03-18 00:27:00 +00:00
parent 8c1e9c7c33
commit 0429c858c0
No known key found for this signature in database

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