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