Method: RuboCop::Cop::Base.cop_name

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

.cop_nameObject

[View source]

97
98
99
# File 'lib/rubocop/cop/base.rb', line 97

def self.cop_name
  badge.to_s
end