Hi John,
I think I've to do issue some more "internal" commands to learn what is happening...
this is a comparison between 2 modules, after unloading them and restarting SU:
> sandbox = Sketchup.find_support_file("su_sandbox.rb", "Plugins")
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox.rb
> dynamic = Sketchup.find_support_file("su_dynamiccomponents.rb", "Plugins")
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_dynamiccomponents.rb
> load dynamic
true
> load sandbox
File load error (/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox/sandboxmenus.rb);
Error; #<Errno;;ENOENT; No such file or directory - >
/users/phy/library/application support/sketchup 2016/sketchup/plugins/su_sandbox/geometryhelpers.rbs;107;in `initialize'
/users/phy/library/application support/sketchup 2016/sketchup/plugins/su_sandbox/geometryhelpers.rbs;107;in `open'
/users/phy/library/application support/sketchup 2016/sketchup/plugins/su_sandbox/geometryhelpers.rbs;107;in `ReadValues'
/users/phy/library/application support/sketchup 2016/sketchup/plugins/su_sandbox/geometryhelpers.rbs;45;in `initialize'
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox/sandboxmenus.rb;33;in `new'
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox/sandboxmenus.rb;33;in `<module;SandboxTools>'
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox/sandboxmenus.rb;24;in `<top (required)>'
/Applications/SketchUp 2016/SketchUp.app/Contents/Resources/Content/Tools/extensions.rb;197;in `require'
/Applications/SketchUp 2016/SketchUp.app/Contents/Resources/Content/Tools/extensions.rb;197;in `load'
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox.rb;45;in `register_extension'
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox.rb;45;in `<module;SandboxTools>'
/Users/phy/Library/Application Support/SketchUp 2016/SketchUp/Plugins/su_sandbox.rb;29;in `<top (required)>'
<main>;in `load'
<main>;in `<main>'
SketchUp;1;in `eval'
true