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 [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
