How can I execute irake from C#?

  static void Main(string[] args)
        {
            var engine = IronRuby.Ruby.CreateEngine();
            engine.Execute("../../rake foo");
        }

The above does not work!
-- 
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