module RuboCop::Cop::AutocorrectLogic

def support_autocorrect?

def support_autocorrect?
  respond_to?(:autocorrect)
end