# File lib/puppet/provider/package/gem.rb, line 120
120:     def uninstall
121:         gemcmd "uninstall", "-x", "-a", resource[:name]
122:     end