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