Method: RuboCop::Cop::Base#offenses
- Defined in:
- lib/rubocop/cop/base.rb
permalink #offenses ⇒ Object
Deprecated.
Make potential errors with previous API more obvious
315 316 317 318 |
# File 'lib/rubocop/cop/base.rb', line 315 def offenses raise 'The offenses are not directly available; ' \ 'they are returned as the result of the investigation' end |