class RuboCop::Cop::Style::TrailingCommaInArrayLiteral

def autocorrect(range)

def autocorrect(range)
  PunctuationCorrector.swap_comma(range)
end