Uninitialized constant on Gem::Uninstaller

I’m trying to run following command in ruby console:

Gem::Uninstaller.new(“rubyXL”).uninstall

I receive following error:

uninitialized constant Gem::Uninstaller

Any ideas?
ver: Sketchup pro 2018

require 'rubygems/uninstaller'

john

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.