class RuboCop::Cop::Layout::ArrayAlignment

def message(_range)

def message(_range)
  fixed_indentation? ? FIXED_INDENT_MSG : ALIGN_ELEMENTS_MSG
end