Method: RuboCop::Cop::Base#callbacks_needed

Defined in:
lib/rubocop/cop/base.rb

#callbacks_neededObject

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

[View source]

324
325
326
# File 'lib/rubocop/cop/base.rb', line 324

def callbacks_needed
  self.class.callbacks_needed
end