class RuboCop::TargetRuby

def rubocop_version_with_support

def rubocop_version_with_support
  if supported?
    RuboCop::Version::STRING
  else
    OBSOLETE_RUBIES[version]
  end
end