class RuboCop::CLI::Command::SuggestExtensions
def print_opt_out_instruction
def print_opt_out_instruction puts puts 'You can opt out of this message by adding the following to your config ' \ '(see https://docs.rubocop.org/rubocop/extensions.html#extension-suggestions ' \ 'for more options):' puts ' AllCops:' puts ' SuggestExtensions: false' end