class RuboCop::ConfigRegeneration

def generation_command

def generation_command
  File.foreach(AUTO_GENERATED_FILE).take(2).last
end