class RuboCop::Cop::Layout::SpaceBeforeComma

def autocorrect(space)

def autocorrect(space)
  PunctuationCorrector.remove_space(space)
end