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/.