module RuboCop::Cop::AutocorrectLogic

def autocorrect_requested?

def autocorrect_requested?
  @options.fetch(:auto_correct, false)
end