var rubyCode =
    "require 'test'
     puts A.new"

engine = Ruby.CreateRuntime().GetEngine("rb");
engine.Execute(rubyCode);

Engine search the test.rb file. What if i have test.rb code in resources?
Can I add it to engine from string instead of file?
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to