# File lib/heroku/commands/domains.rb, line 20 def remove domain = args.shift.downcase rescue nil heroku.remove_domain(app, domain) display "Removed #{domain} as a custom domain name to #{app}.#{heroku.host}" end