class RuboCop::Cop::Style::SpaceBeforeSemicolon

def kind(token)

def kind(token)
  'semicolon' if token.type == :tSEMI
end