# File lib/heroku/plugin.rb, line 79
    def uninstall
      FileUtils.rm_r path if File.directory?(path)
    end