class RuboCop::Cop::Cop

def self.support_autocorrect?

def self.support_autocorrect?
  method_defined?(:autocorrect)
end