Update RBI files for rubocop-ast.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
65583a7764
commit
1b8739622d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user