Method: RuboCop::Cop::Base.badge
- Defined in:
- lib/rubocop/cop/base.rb
permalink .badge ⇒ Object
Naming
93 94 95 |
# File 'lib/rubocop/cop/base.rb', line 93 def self.badge @badge ||= Badge.for(name) end |
Naming
93 94 95 |
# File 'lib/rubocop/cop/base.rb', line 93 def self.badge @badge ||= Badge.for(name) end |