class RuboCop::Cop::Style::WordArray

def within_matrix_of_complex_content?(node)

def within_matrix_of_complex_content?(node)
  return false unless (parent = node.parent)
  parent.array_type? && @matrix_of_complex_content_cache[parent]
end