module RuboCop::Cop::ArrayMinSize

def below_array_length?(node)

def below_array_length?(node)
  node.values.length < min_size_config
end