Method: RuboCop::Cop::Base#callbacks_needed
- Defined in:
- lib/rubocop/cop/base.rb
permalink #callbacks_needed ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
rubocop:disable Layout/ClassStructure
324 325 326 |
# File 'lib/rubocop/cop/base.rb', line 324 def callbacks_needed self.class.callbacks_needed end |