Method: RuboCop::Cop::Lint::ShadowingOuterLocalVariable#ractor_block?

Defined in:
lib/rubocop/cop/lint/shadowing_outer_local_variable.rb

#ractor_block?(node) ⇒ Object



50
51
52
# File 'lib/rubocop/cop/lint/shadowing_outer_local_variable.rb', line 50

def_node_matcher :ractor_block?, <<~PATTERN
  (block (send (const nil? :Ractor) :new ...) ...)
PATTERN