# File lib/heroku/commands/domains.rb, line 26
    def clear
      heroku.remove_domains(app)
      display "Removed all domain names for #{app}.#{heroku.host}"
    end