Method: RuboCop::Cop::Severity#code

Defined in:
lib/rubocop/cop/severity.rb

#codeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



48
49
50
# File 'lib/rubocop/cop/severity.rb', line 48

def code
  @name.to_s[0].upcase
end