class RuboCop::Cop::Layout::ArgumentAlignment

def message(_node)

def message(_node)
  fixed_indentation? ? FIXED_INDENT_MSG : ALIGN_PARAMS_MSG
end