Method: RuboCop::Cop::Base#cop_name

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

#cop_nameObject Also known as: name

[View source]

238
239
240
# File 'lib/rubocop/cop/base.rb', line 238

def cop_name
  @cop_name ||= self.class.cop_name
end