Method: RuboCop::Cop::Base.exclude_from_registry
- Defined in:
- lib/rubocop/cop/base.rb
permalink .exclude_from_registry ⇒ Object
Call for abstract Cop classes
81 82 83 |
# File 'lib/rubocop/cop/base.rb', line 81 def self.exclude_from_registry Registry.global.dismiss(self) end |