class RuboCop::Cop::Severity

def code

Other tags:
    Api: - private
def code
  @name.to_s[0].upcase
end