Method: RuboCop::Cop::Base#message
- Defined in:
- lib/rubocop/cop/base.rb
#message(_range = nil) ⇒ Object
Gets called if no message is specified when calling ‘add_offense` or `add_global_offense` Cops are discouraged to override this; instead pass your message directly
183 184 185 |
# File 'lib/rubocop/cop/base.rb', line 183 def (_range = nil) self.class::MSG end |