class Discharger::SetupRunner::Commands::AsdfCommand

def can_execute?

def can_execute?
  File.exist?(File.join(app_root, ".tool-versions"))
end