Jim Deville wrote:
> http://onestepback.org/index.cgi/Tech/Rake/FindInCode.red

I am not sure if the article above is related to my issue.

I want to simply execute a rake task using IronRuby engine in DLR.

I can do this:

  static void Main(string[] args)
        {
            var engine = IronRuby.Ruby.CreateEngine();
            engine.Execute("puts 'hello ironruby'");
        }

but how can I execute a rake task without using another .rb file.
-- 
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