var scriptingRuntime = IronRuby.Ruby.CreateRuntime();
            var engine = scriptingRuntime.GetEngine("rb");
            var operations = engine.CreateOperations();

            var paths = new List<String>();
            paths.Add(@"C:\ironruby\ironruby\Merlin\Main\Languages\Ruby\Libs");
            
paths.Add(@"C:\ironruby\ironruby\Merlin\External.LCA_RESTRICTED\Languages\Ruby\redist-libs\ruby\1.8");

           engine.SetSearchPaths(paths);
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to