//I thought it had been working to not do so at one point...
if (this.getWrapper().getShortName().equals("ruby-runtime")) return;
this.extensions = new ArrayList<ExtensionComponent>();
ruby = new ScriptingContainerHolder().ruby;
navigator = new RubyKlassNavigator(ruby.getProvider().getRuntime(),getWrapper().classLoader);
initRubyLoadPaths();
initRubyNativePlugin();
rackContext = new ServletRackContext(new ServletRackConfig(Jenkins.getInstance().servletContext));