# File lib/heroku/commands/addons.rb, line 56
    def remove
      args.each do |name|
        display "Removing #{name} from #{app}... ", false
        display addon_run { heroku.uninstall_addon(app, name) }
      end
    end