From 1b8739622d9d6cbf536aa08230478563dba9d1c3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:31:37 +0000 Subject: [PATCH] Update RBI files for rubocop-ast. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- ...{rubocop-ast@1.32.0.rbi => rubocop-ast@1.32.1.rbi} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{rubocop-ast@1.32.0.rbi => rubocop-ast@1.32.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.32.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.32.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.32.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.32.1.rbi index 5175f12e2d..cf0b7d9da2 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.32.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.32.1.rbi @@ -1315,6 +1315,14 @@ class RuboCop::AST::EnsureNode < ::RuboCop::AST::Node # # source://rubocop-ast//lib/rubocop/ast/node/ensure_node.rb#12 def body; end + + # Checks whether this node body is a void context. + # Always `true` for `ensure`. + # + # @return [true] whether the `ensure` node body is a void context + # + # source://rubocop-ast//lib/rubocop/ast/node/ensure_node.rb#20 + def void_context?; end end # source://rubocop-ast//lib/rubocop/ast/ext/range.rb#5 @@ -5373,9 +5381,6 @@ RuboCop::AST::NodePattern::Sets::SET_PUBLIC_CONSTANT_PRIVATE_CONSTANT = T.let(T. # source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10 RuboCop::AST::NodePattern::Sets::SET_PUBLIC_PROTECTED_PRIVATE_MODULE_FUNCTION = T.let(T.unsafe(nil), Set) -# source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10 -RuboCop::AST::NodePattern::Sets::SET_RAISE_ERROR_RAISE_EXCEPTION = T.let(T.unsafe(nil), Set) - # source://rubocop-ast//lib/rubocop/ast/node_pattern/sets.rb#10 RuboCop::AST::NodePattern::Sets::SET_RAISE_FAIL = T.let(T.unsafe(nil), Set)