class RuboCop::Cop::Style::SpaceAfterComma

def kind(token)

def kind(token)
  'comma' if token.type == :tCOMMA
end