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